Merge pull request #28134 from frappe/permlevel-non-negative

fix: forbid setting perm level as negative number
This commit is contained in:
Sumit Bhanushali 2024-10-16 13:09:18 +05:30 committed by GitHub
commit 9b241b46ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,6 +320,7 @@
"fieldname": "permlevel",
"fieldtype": "Int",
"label": "Perm Level",
"non_negative": 1,
"oldfieldname": "permlevel",
"oldfieldtype": "Int",
"print_width": "50px",
@ -606,7 +607,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-10-01 07:26:16.380090",
"modified": "2024-10-15 23:33:03.926033",
"modified_by": "Administrator",
"module": "Core",
"name": "DocField",
@ -616,4 +617,4 @@
"sort_field": "creation",
"sort_order": "ASC",
"states": []
}
}