Skip to content

Commit

Permalink
Fix user tenants permissions (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNosko authored Apr 20, 2024
1 parent a4eb741 commit 0f9996b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,8 @@
"invoices.bypass-acquisition-units",
"organizations-storage.organizations.collection.get",
"organizations-storage.organizations.item.get",
"isbn-utils.convert-to-13.get"
"isbn-utils.convert-to-13.get",
"user-tenants.collection.get"
],
"visible": false
},
Expand Down Expand Up @@ -1991,7 +1992,8 @@
"inventory-storage.identifier-types.collection.get",
"isbn-utils.convert-to-13.get",
"tags.collection.get",
"tags.item.post"
"tags.item.post",
"user-tenants.collection.get"
],
"visible": false
},
Expand Down

0 comments on commit 0f9996b

Please sign in to comment.