-
Type:
New Feature
-
Status: To Do
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Epic Link:
User Permissions Payload simplification
DMS to "clean up" the permission payload according to the role: don't include permission keys not related to the current role
DMS to set default permission values to "false" when no value is defined or not related to current role (I think this won't be needed as per previous bullet point)
CC – Shamooka Mohapatra
Below is permission payload.
"menupermission": { "norights": false, "readonly": true, "create": true, "update": true, "delete": true, "readpiidata": false }
From above below properties are used for menus.
Below property used for data permission.
So CBATS (Joris) team wants to simplify this payload. So they can easily understood which one needs to used for menu & data permission.
Below API used these payload, Please refer swagger for same.
CC – Samir , Harshveer Singh , Swapnil Pandhare