mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Add Portal related buttons/actions
This commit is contained in:
parent
0177b23eb1
commit
0f1220abb7
1 changed files with 25 additions and 1 deletions
|
@ -212,7 +212,31 @@ $viewdefs ['Contacts'] =
|
|||
'module' => 'AOS_PDF_Templates'
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'create-portal-user' => [
|
||||
'key' => 'create-portal-user',
|
||||
'asyncProcess' => true,
|
||||
'labelKey' => 'LBL_CREATE_PORTAL_USER',
|
||||
'modes' => ['detail'],
|
||||
'acl' => ['view'],
|
||||
'availability' => ['portal-enabled']
|
||||
],
|
||||
'enable-portal-user' => [
|
||||
'key' => 'enable-portal-user',
|
||||
'asyncProcess' => true,
|
||||
'labelKey' => 'LBL_ENABLE_PORTAL_USER',
|
||||
'modes' => ['detail'],
|
||||
'acl' => ['view'],
|
||||
'availability' => ['portal-enabled'],
|
||||
],
|
||||
'disable-portal-user' => [
|
||||
'key' => 'disable-portal-user',
|
||||
'asyncProcess' => true,
|
||||
'labelKey' => 'LBL_DISABLE_PORTAL_USER',
|
||||
'modes' => ['detail'],
|
||||
'acl' => ['view'],
|
||||
'availability' => ['portal-enabled']
|
||||
],
|
||||
]
|
||||
],
|
||||
'panels' =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue