Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MODDATAIMP-942] [Orchid] Add missing permissions #310

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@
"acquisitions-units-storage.memberships.collection.get",
"isbn-utils.convert-to-13.get",
"instance-authority-links.instances.collection.get",
"instance-authority-links.instances.collection.put"
"instance-authority-links.instances.collection.put",
"user-tenants.collection.get",
"organizations.organizations.collection.get"
],
"permissionsDesired": [
"invoices.acquisitions-units-assignments.assign",
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/permissions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ invoice-storage.invoices.item.put
invoice-storage.invoice-lines.item.post
invoice-storage.invoice-lines.item.put
invoice-storage.invoice-lines.collection.get
acquisitions-units.units.collection.get
acquisitions-units.memberships.collection.get
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated elsewhere in the file

orders.po-lines.item.get
orders.po-lines.collection.get
orders-storage.order-invoice-relationships.collection.get
Expand Down Expand Up @@ -99,3 +97,7 @@ acquisitions-units-storage.memberships.collection.get
isbn-utils.convert-to-13.get
instance-authority-links.instances.collection.get
instance-authority-links.instances.collection.put
user-tenants.collection.get
organizations.organizations.collection.get
invoices.acquisitions-units-assignments.assign
invoices.acquisitions-units-assignments.manage