fix: Update type of perm level option in permission manager

This commit is contained in:
14987 2023-10-18 19:15:10 +05:30
parent 710171972f
commit 86611be0c6
No known key found for this signature in database
GPG key ID: ED4A241EAB170273

View file

@ -444,7 +444,7 @@ frappe.PermissionEngine = class PermissionEngine {
{
fieldtype: "Select",
label: __("Permission Level"),
options: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
options: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
reqd: 1,
fieldname: "permlevel",
description: __(