mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Hide create portal user on created portal users
- fix spacing
This commit is contained in:
parent
2a346a0569
commit
1eb89c1886
1 changed files with 10 additions and 2 deletions
|
@ -229,6 +229,14 @@ $viewdefs ['Contacts'] =
|
|||
]
|
||||
]
|
||||
],
|
||||
'onCreatedUser' => [
|
||||
'modes' => ['detail', 'edit', 'create'],
|
||||
'params' => [
|
||||
'activeOnFields' => [
|
||||
'joomla_account_id' => [['operator' => 'not-empty']],
|
||||
]
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
'enable-portal-user' => [
|
||||
|
@ -243,7 +251,7 @@ $viewdefs ['Contacts'] =
|
|||
'modes' => ['detail', 'edit', 'create'],
|
||||
'params' => [
|
||||
'activeOnFields' => [
|
||||
' joomla_account_id' => [''],
|
||||
'joomla_account_id' => [['operator' => 'is-empty']],
|
||||
]
|
||||
]
|
||||
],
|
||||
|
@ -269,7 +277,7 @@ $viewdefs ['Contacts'] =
|
|||
'modes' => ['detail', 'edit', 'create'],
|
||||
'params' => [
|
||||
'activeOnFields' => [
|
||||
'joomla_account_id' => [''],
|
||||
'joomla_account_id' => [['operator' => 'is-empty']],
|
||||
]
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue