revert: setting options as string
This commit is contained in:
parent
94459a058d
commit
72ba005e51
1 changed files with 1 additions and 1 deletions
|
|
@ -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: __(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue