Skip to content

Commit

Permalink
[MODDATAIMP-983] Add permissions for creating/updating MARC Bib by DI (
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanChernetskyi authored Jan 25, 2024
1 parent cf510d4 commit cacca35
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 @@ -343,7 +343,9 @@
"instance-authority-links.instances.collection.get",
"instance-authority-links.instances.collection.put",
"instance-authority.linking-rules.collection.get",
"user-tenants.collection.get"
"user-tenants.collection.get",
"source-storage.records.post",
"source-storage.records.put"
],
"permissionsDesired": [
"invoices.acquisitions-units-assignments.assign",
Expand Down Expand Up @@ -457,7 +459,9 @@
"orders.po-lines.collection.get",
"instance-authority-links.instances.collection.get",
"instance-authority-links.instances.collection.put",
"instance-authority.linking-rules.collection.get"
"instance-authority.linking-rules.collection.get",
"source-storage.records.post",
"source-storage.records.put"
]
}
]
Expand Down

0 comments on commit cacca35

Please sign in to comment.