mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 07:50:08 +08:00
Restrict user access to delete and merge actions in listview and recordview
This commit is contained in:
parent
506bcdcb8d
commit
328554d534
2 changed files with 7 additions and 0 deletions
|
@ -34,3 +34,7 @@ parameters:
|
|||
acl:
|
||||
- massupdate
|
||||
modules:
|
||||
employees:
|
||||
exclude:
|
||||
- delete
|
||||
- merge
|
||||
|
|
|
@ -57,3 +57,6 @@ parameters:
|
|||
acl:
|
||||
- export
|
||||
modules:
|
||||
employees:
|
||||
exclude:
|
||||
- delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue