Skip to content

Commit

Permalink
UIIN-3166: Remove the ability to share local instance when `Inventory…
Browse files Browse the repository at this point in the history
…: View, create instances` permission is assigned (#2700)

* UIIN-3166: Remove the ability to share local instance when Inventory: View, create instances permission is assigned

* UIIN-3166: Updated translation

(cherry picked from commit f567735)
  • Loading branch information
OleksandrHladchenko1 committed Dec 24, 2024
1 parent acea98f commit 44767aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [12.0.8](https://github.com/folio-org/ui-inventory/tree/v12.0.8) (2024-12-24)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.7...v12.0.8)
* Display holdings names in `Consortial holdings` accordion for user without inventory permissions in member tenants. Fixes UIIN-3159.
* Remove the ability to share local instance when `Inventory: View, create instances` permission is assigned. Fixes UIIN-3166.

## [12.0.7](https://github.com/folio-org/ui-inventory/tree/v12.0.7) (2024-12-17)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.6...v12.0.7)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,7 @@
"ui-inventory.instance.view",
"inventory.instances.item.post",
"inventory-storage.instances.item.post",
"browse.contributors.instances.collection.get",
"consortia.inventory.local.sharing-instances.execute"
"browse.contributors.instances.collection.get"
],
"visible": true
},
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-inventory/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
"permission.items.mark-unavailable.execute": "Inventory: Mark items unavailable",
"permission.items.mark-long-missing.execute": "Inventory: Mark items long missing",
"permission.items.mark-in-process-non-requestable.execute": "Inventory: Mark items in process (non-requestable)",
"permission.consortia.inventory.share.local.instance": "Inventory: Share local instance with consortium",
"permission.consortia.inventory.local.sharing-instances.execute": "Inventory: Share local instance with consortium",
"permission.consortia.inventory.update.ownership": "Inventory: Update ownership",
"permission.items.in-transit-report.create": "Inventory: Create and download In transit items report",
"permission.settings.displaySettings": "Settings (Inventory): Can view and edit general settings",
Expand Down

0 comments on commit 44767aa

Please sign in to comment.