Skip to content

Commit

Permalink
fix(Web Form): enable no copy for 'Is Standard' flag (frappe#27222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Jul 28, 2024
1 parent 801d1a0 commit f9bfafc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frappe/website/doctype/web_form/web_form.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"default": "0",
"fieldname": "is_standard",
"fieldtype": "Check",
"label": "Is Standard"
"label": "Is Standard",
"no_copy": 1
},
{
"default": "0",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f9bfafc

Please sign in to comment.