Skip to content

Commit

Permalink
CIRC-2070 Add missing permissions (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkurash authored Apr 10, 2024
1 parent e095a77 commit 948a2c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,9 @@
"manualblocks.collection.get",
"pubsub.publish.post",
"automated-patron-blocks.collection.get",
"circulation-storage.loans-history.collection.get"
"circulation-storage.loans-history.collection.get",
"overdue-fines-policies.item.get",
"overdue-fines-policies.collection.get"
],
"visible": false
},
Expand Down Expand Up @@ -2291,7 +2293,9 @@
"pubsub.publish.post",
"configuration.entries.collection.get",
"patron-notice.post",
"circulation-storage.loans-history.collection.get"
"circulation-storage.loans-history.collection.get",
"overdue-fines-policies.item.get",
"overdue-fines-policies.collection.get"
],
"visible": false
},
Expand Down

0 comments on commit 948a2c5

Please sign in to comment.