Done
Details
Assignee
Serhii_NoskoSerhii_NoskoReporter
Mariia AloshynaMariia AloshynaLabels
Priority
P2Story Points
1Sprint
NoneDevelopment Team
ThunderjetFix versions
Release
Ramsons (R2 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Serhii_Nosko
Serhii_NoskoReporter
Mariia Aloshyna
Mariia AloshynaLabels
Priority
Story Points
1
Sprint
None
Development Team
Thunderjet
Fix versions
Release
Ramsons (R2 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 13, 2024 at 11:54 AM
Updated September 17, 2024 at 11:01 AM
Resolved August 14, 2024 at 7:08 AM
Purpose/Overview:
We need to add permission to update ownership that should be available only when ECS mode is active. So we need to add visible permission to the mod-consortia module descriptor to achieve this.
Implementation Approach:
Add UI visible permission with this content:
{
"permissionName": "consortia.inventory.updateOwnership",
"displayName": "Inventory: Update ownership",
"description": "Inventory: Update ownership",
"subPermissions": [],
"visible": true
},
Here is simple PR for reference: