Skip to content

Commit

Permalink
Merge pull request #151 from efeone/analyst_permission
Browse files Browse the repository at this point in the history
fix: Analyst user permissions
  • Loading branch information
muhammadmp authored Oct 17, 2023
2 parents c66537f + a91a7b4 commit 6a38b02
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion aumms/aumms/doctype/design_analysis/design_analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-10-11 16:50:52.012565",
"modified": "2023-10-13 17:33:19.439206",
"modified_by": "Administrator",
"module": "AuMMS",
"name": "Design Analysis",
Expand All @@ -150,6 +150,19 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"if_owner": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Design Analyst",
"share": 1,
"write": 1
}
],
"sort_field": "modified",
Expand Down

0 comments on commit 6a38b02

Please sign in to comment.