fix(Web Form): enable no copy for 'Is Standard' flag (#27222)
This commit is contained in:
parent
801d1a0710
commit
f9bfafc134
1 changed files with 3 additions and 2 deletions
|
|
@ -94,7 +94,8 @@
|
|||
"default": "0",
|
||||
"fieldname": "is_standard",
|
||||
"fieldtype": "Check",
|
||||
"label": "Is Standard"
|
||||
"label": "Is Standard",
|
||||
"no_copy": 1
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
|
|
@ -393,7 +394,7 @@
|
|||
"icon": "icon-edit",
|
||||
"is_published_field": "published",
|
||||
"links": [],
|
||||
"modified": "2024-03-23 16:04:01.886581",
|
||||
"modified": "2024-07-27 20:32:06.331745",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Web Form",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue