mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Add quick actions config file
- By default it takes the quick actions for the order of the navigation modules
This commit is contained in:
parent
5f028dc720
commit
da44dc12df
2 changed files with 22 additions and 0 deletions
|
@ -64,6 +64,7 @@ services:
|
|||
$sessionExpiredConfig: '%auth.session-expired%'
|
||||
$adminOnlyModuleActions: '%system.admin_only_module_actions%'
|
||||
$navbarAdministrationOverrides: '%navbar.administration_override%'
|
||||
$quickActions: '%quick_actions%'
|
||||
_instanceof:
|
||||
App\Process\Service\ProcessHandlerInterface:
|
||||
tags: [ 'app.process.handler' ]
|
||||
|
|
21
config/services/ui/quick_actions.yaml
Normal file
21
config/services/ui/quick_actions.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
parameters:
|
||||
quick_actions:
|
||||
max_number: 7
|
||||
use_navigation_modules: true
|
||||
actions:
|
||||
# Actions Example
|
||||
# -
|
||||
# name: create
|
||||
# labelKey: LNK_NEW_ACCOUNT
|
||||
# url: ./accounts/create
|
||||
# params:
|
||||
# return_module: Accounts
|
||||
# return_action: index
|
||||
# type: create
|
||||
# module: accounts
|
||||
# -
|
||||
# name: create
|
||||
# labelKey: LNK_NEW_TASK
|
||||
# url: ./tasks/create
|
||||
# type: create
|
||||
# module: tasks
|
Loading…
Add table
Add a link
Reference in a new issue