Skip to content

Commit

Permalink
MODDATAIMP-1030: Provide the newly required module permissions for or…
Browse files Browse the repository at this point in the history
…der creation
  • Loading branch information
Aliaksandr-Fedasiuk committed Mar 20, 2024
1 parent dbc3de7 commit bb74569
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@
],
"pathPattern": "/change-manager/jobExecutions/{id}/records",
"permissionsRequired": [
"change-manager.records.post"
"change-manager.records.post",
"finance.funds.item.get",
"finance.transactions.batch"
],
"modulePermissions": [
"configuration.entries.collection.get",
Expand Down

0 comments on commit bb74569

Please sign in to comment.