Skip to content

Commit

Permalink
chore: Added replaces for erm.admin.action
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 30, 2024
1 parent f9562b0 commit a2266b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,10 @@
{
"permissionName": "erm.admin.action.execute",
"displayName": "Admin endpoint perform action",
"description": "Performs action from admin endpoint"
"description": "Performs action from admin endpoint",
"replaces": [
"erm.admin.action"
]
},
{
"permissionName": "erm.settings.get",
Expand Down

0 comments on commit a2266b7

Please sign in to comment.