mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Add validation for record flag on detailviewdefs
This commit is contained in:
parent
2892e50bfb
commit
e240b55765
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ $viewdefs ['SavedSearch'] = [
|
|||
],
|
||||
],
|
||||
],
|
||||
'metadata' => [
|
||||
'validateOnlyOnSubmit' => true,
|
||||
],
|
||||
'recordActions' => [
|
||||
'actions' => [
|
||||
'delete' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue