Skip to content

Commit

Permalink
chore: Change erm.admin.action to match licenses PR (No group so is…
Browse files Browse the repository at this point in the history
… likely surfaced elsewhere and may require changes)
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent ea145da commit 1612109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
],
"pathPattern": "/erm/admin/*",
"permissionsRequired": [
"erm.admin.action"
"erm.admin.action.execute"
]
},
{
Expand Down Expand Up @@ -1686,7 +1686,7 @@
"description": "Performs string templating"
},
{
"permissionName": "erm.admin.action",
"permissionName": "erm.admin.action.execute",
"displayName": "Admin endpoint perform action",
"description": "Performs action from admin endpoint"
},
Expand Down

0 comments on commit 1612109

Please sign in to comment.