Skip to content

Commit

Permalink
MODCONSKC-42 Add replaces entry for renamed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokrutii committed Oct 21, 2024
1 parent adb734d commit e1ccc64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Version `v1.X.X` (Unreleased)
### Changes:
* Rename change-manager permissions (MODCONSKC-37)
* Update module permissions in the ModuleDescriptor (MODCONSKC-42)

## Version `v1.4.5` (25.09.2024)
### Changes:
Expand Down
2 changes: 2 additions & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@
"permissionName": "consortia.inventory.local.sharing-instances.execute",
"displayName": "Inventory: Share local instance with consortium",
"description": "Inventory: Share local instance with consortium",
"replaces": ["consortia.inventory.share.local.instance"],
"subPermissions": [
"consortia.sharing-instances.item.post",
"consortia.sharing-instances.item.get",
Expand All @@ -630,6 +631,7 @@
"permissionName": "consortia.inventory.update-ownership.item.post",
"displayName": "Inventory: Update ownership",
"description": "Inventory: Update ownership",
"replaces": ["consortia.inventory.update.ownership"],
"subPermissions": [
"inventory.holdings.update-ownership.item.post",
"inventory.items.update-ownership.item.post"
Expand Down

0 comments on commit e1ccc64

Please sign in to comment.