Merge pull request #33543 from s-aga-r/fix/github-issue/25162

chore: enable `No Copy` attribute for `route` in Item Group
This commit is contained in:
Sagar Sharma 2023-01-05 13:01:53 +05:30 committed by GitHub
commit f4a1218467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@
"fieldname": "route", "fieldname": "route",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Route", "label": "Route",
"no_copy": 1,
"unique": 1 "unique": 1
}, },
{ {
@ -232,11 +233,10 @@
"is_tree": 1, "is_tree": 1,
"links": [], "links": [],
"max_attachments": 3, "max_attachments": 3,
"modified": "2022-03-09 12:27:11.055782", "modified": "2023-01-05 12:21:30.458628",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Item Group", "name": "Item Group",
"name_case": "Title Case",
"naming_rule": "By fieldname", "naming_rule": "By fieldname",
"nsm_parent_field": "parent_item_group", "nsm_parent_field": "parent_item_group",
"owner": "Administrator", "owner": "Administrator",