mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-26 22:39:11 +08:00
83 lines
1.8 KiB
YAML
83 lines
1.8 KiB
YAML
parameters:
|
|
module.subpanel.top_actions:
|
|
default:
|
|
actions:
|
|
create:
|
|
key: create
|
|
labelKey: LBL_QUICK_CREATE
|
|
action: create
|
|
params:
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
modal-create:
|
|
key: modal-create
|
|
labelKey: LBL_QUICK_CREATE
|
|
action: modal-create
|
|
params:
|
|
modalOptions:
|
|
size: xl
|
|
scrollable: true
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
select:
|
|
key: select
|
|
labelKey: LBL_LINK
|
|
action: select
|
|
params:
|
|
modes:
|
|
- list
|
|
acl:
|
|
link:
|
|
key: select
|
|
labelKey: LBL_LINK
|
|
action: select
|
|
params:
|
|
modes:
|
|
- list
|
|
acl:
|
|
edit:
|
|
key: edit
|
|
labelKey: LBL_EDIT
|
|
action: edit
|
|
asyncProcess: true
|
|
params:
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
show-filter:
|
|
key: show-filter
|
|
icon: filter
|
|
labelKey: LBL_FILTERS
|
|
action: show-filter
|
|
params:
|
|
expanded: true
|
|
modes:
|
|
- list
|
|
acl:
|
|
clear-filter:
|
|
key: clear-filter
|
|
labelKey: LBL_CLEAR_FILTER
|
|
action: clear-filter
|
|
params:
|
|
expanded: true
|
|
modes:
|
|
- list
|
|
acl:
|
|
modules:
|
|
document-revisions:
|
|
actions:
|
|
create:
|
|
key: create
|
|
labelKey: LBL_QUICK_CREATE
|
|
action: create
|
|
aclModule: 'Documents'
|
|
params:
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|