Skip to content

Commit

Permalink
feat(Statement of Fees and Payments): role permissions (LAN-844)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Sep 3, 2024
1 parent 05a423a commit 5cd1ab9
Showing 1 changed file with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,17 @@
"read_only": 1
}
],
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-09-03 20:03:54.176319",
"modified": "2024-09-03 20:26:47.382849",
"modified_by": "Administrator",
"module": "LANDA Sales",
"name": "Statement of Fees and Payments",
"owner": "Administrator",
"permissions": [
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
Expand All @@ -163,7 +164,29 @@
"report": 1,
"role": "System Manager",
"share": 1,
"submit": 1,
"write": 1
},
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "LANDA Regional Organization Management",
"submit": 1,
"write": 1
},
{
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "LANDA Local Organization Management"
}
],
"sort_field": "modified",
Expand Down

0 comments on commit 5cd1ab9

Please sign in to comment.