Skip to content

Commit

Permalink
corrected permissions changed in MODCAL-136 (folio-org#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hellen authored Oct 29, 2024
1 parent 4105dbd commit f13ace9
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,8 @@
"accounts.item.post",
"feefineactions.item.post",
"circulation-storage.loans-history.collection.get",
"calendar.endpoint.dates.get"
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get"
],
"schedule": {
"cron": "1 0 * * *",
Expand Down Expand Up @@ -1773,7 +1774,8 @@
"proxiesfor.collection.get",
"patron-notice.post",
"configuration.entries.collection.get",
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"pubsub.publish.post",
"circulation-storage.loans-history.collection.get"
],
Expand All @@ -1784,7 +1786,8 @@
"displayName" : "module permissions for one op",
"description" : "to reduce X-Okapi-Token size",
"subPermissions": [
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"circulation-storage.loans.item.post",
"circulation-storage.loans.item.get",
"circulation-storage.loans.collection.get",
Expand Down Expand Up @@ -1881,7 +1884,8 @@
"accounts.refund.post",
"accounts.cancel.post",
"configuration.entries.collection.get",
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"actual-cost-record-storage.actual-cost-records.collection.get",
"actual-cost-record-storage.actual-cost-records.item.get",
"actual-cost-fee-fine-cancel.post",
Expand Down Expand Up @@ -1917,7 +1921,8 @@
"users.collection.get",
"addresstypes.collection.get",
"proxiesfor.collection.get",
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"configuration.entries.collection.get",
"scheduled-notice-storage.scheduled-notices.collection.delete",
"scheduled-notice-storage.scheduled-notices.item.post",
Expand Down Expand Up @@ -2099,7 +2104,8 @@
"usergroups.item.get",
"proxiesfor.collection.get",
"patron-notice.post",
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"scheduled-notice-storage.scheduled-notices.collection.delete",
"scheduled-notice-storage.scheduled-notices.item.post",
"configuration.entries.collection.get",
Expand Down Expand Up @@ -2155,7 +2161,8 @@
"displayName": "module permissions for one op",
"description": "to reduce X-Okapi-Token size",
"subPermissions": [
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"circulation-storage.loan-policies.item.get",
"circulation-storage.loans.item.get",
"circulation-storage.loans.item.put",
Expand Down Expand Up @@ -2259,7 +2266,8 @@
"usergroups.item.get",
"proxiesfor.collection.get",
"patron-notice.post",
"calendar.endpoint.dates.get",
"calendar.endpoint.calendars.surroundingOpenings.get",
"calendar.endpoint.calendars.allOpenings.get",
"configuration.entries.collection.get",
"scheduled-notice-storage.scheduled-notices.collection.delete",
"scheduled-notice-storage.scheduled-notices.item.post",
Expand Down

0 comments on commit f13ace9

Please sign in to comment.