Skip to content
Snippets Groups Projects
Commit b5cf27be authored by Muthukrishnanmatriot's avatar Muthukrishnanmatriot
Browse files

TMSS-1681 - update the code for user permission

parent 52814ac1
No related branches found
No related tags found
1 merge request!817Resolve TMSS-1681
......@@ -110,7 +110,6 @@ const PermissionStackUtil = {
delete: _.includes(allowedPermission, 'DELETE'),
}
permissionStack[module] = {
delete: allowedPermission?(_.includes(allowedPermission, 'DELETE')):false,
canceltask: _.includes(allowedPermission, 'POST')
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment