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
  • Loading branch information
OleksandrHladchenko1 authored Dec 19, 2024
1 parent 42c9452 commit f567735
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 @@ -9,6 +9,7 @@
* User can edit Source consortium "Holdings sources" in member tenant but not in Consortia manager. Refs UIIN-3147.
* React 19: refactor away from react-dom/test-utils. Refs UIIN-2888.
* Add call number browse settings. Refs UIIN-3116.
* 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 @@ -664,8 +664,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 @@ -756,7 +756,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 f567735

Please sign in to comment.