Skip to content

Commit

Permalink
corrected appliedcontrol to referencecontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
melinoix committed Sep 24, 2024
1 parent a379d48 commit 8d74f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/core/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
"view_user",
"view_requirementmappingset",
"view_requirementmapping",
"view_appliedcontrol",
"change_appliedcontrol",
"delete_appliedcontrol",
"view_referencecontrol",
"change_referencecontrol",
"delete_referencecontrol",
]

ADMINISTRATOR_PERMISSIONS_LIST = [
Expand Down

0 comments on commit 8d74f12

Please sign in to comment.