Merge pull request #14483 from resilient-tech/role-profile-permlevel
fix: set missing `permlevel` for Role Profile
This commit is contained in:
commit
4e92a71791
1 changed files with 3 additions and 2 deletions
|
|
@ -202,7 +202,8 @@
|
|||
"fieldname": "role_profile_name",
|
||||
"fieldtype": "Link",
|
||||
"label": "Role Profile",
|
||||
"options": "Role Profile"
|
||||
"options": "Role Profile",
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "roles_html",
|
||||
|
|
@ -670,7 +671,7 @@
|
|||
}
|
||||
],
|
||||
"max_attachments": 5,
|
||||
"modified": "2021-02-02 16:11:06.037543",
|
||||
"modified": "2021-10-18 16:56:05.578379",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "User",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue