mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 08:28:56 +08:00
[Legacy] Add convert config on detailviewdefs
This commit is contained in:
parent
18c2af4325
commit
af80fdd56e
1 changed files with 15 additions and 0 deletions
|
@ -131,6 +131,21 @@ array(
|
|||
'edit' => 'LBL_SUMMARY_PERSON',
|
||||
'detail' => 'LBL_SUMMARY_PERSON',
|
||||
],
|
||||
'recordActions' => [
|
||||
'actions' => [
|
||||
'convert-target' => [
|
||||
'key' => 'convert',
|
||||
'labelKey' => 'LBL_CONVERT_BUTTON_LABEL',
|
||||
'asyncProcess' => true,
|
||||
'params' => [
|
||||
'convertModule' => 'leads',
|
||||
],
|
||||
'modes' => ['detail'],
|
||||
'acl' => ['edit', 'view'],
|
||||
'aclModule' => 'Leads',
|
||||
],
|
||||
]
|
||||
],
|
||||
'panels' =>
|
||||
array(
|
||||
'lbl_prospect_information' =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue