Skip to content

Commit

Permalink
fix(Yearly Fishing Permit Type): role permissions
Browse files Browse the repository at this point in the history
- restricts LANDA Regional Organization Management to read permissions
- grants all permissions to LANDA State Organization Employee
  • Loading branch information
barredterra committed Sep 22, 2023
1 parent 1d99734 commit 7516392
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@
"unique": 1
}
],
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [
{
"link_doctype": "Yearly Fishing Permit",
"link_fieldname": "type"
}
],
"modified": "2021-12-20 18:15:08.319425",
"modified": "2023-09-22 12:38:33.947189",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Yearly Fishing Permit Type",
Expand All @@ -66,7 +65,6 @@
"read": 1,
"report": 1,
"role": "System Manager",
"select": 1,
"set_user_permissions": 1,
"share": 1,
"submit": 1,
Expand All @@ -77,22 +75,26 @@
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"import": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "LANDA Regional Organization Management",
"role": "LANDA State Organization Employee",
"set_user_permissions": 1,
"share": 1,
"submit": 1,
"write": 1
},
{
"read": 1,
"role": "LANDA Member"
"report": 1,
"role": "LANDA Regional Organization Management"
},
{
"export": 1,
"read": 1,
"report": 1,
"role": "LANDA State Organization Employee"
"role": "LANDA Member"
}
],
"sort_field": "modified",
Expand Down

0 comments on commit 7516392

Please sign in to comment.