-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: System Behaviour
-
Affects Version/s: None
-
Fix Version/s: Enhancements - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
Environment: PreProd
Page: Template Library and Completed/Sent Forms
On both pages Delete icon is disabled
Template Library > Archive Tab > Delete icon missing
and
Completed/Sent Forms > Archive Tab > Delete icon missing
Hello Priya Dhamande,
We checked this point. This is working properly.
We applied delete permission to user and user can delete data.
Also we have config key ApplyUserPermission , value needs to set to 1 to apply user permission.
If ApplyUserPermission set to zero (0) then we used below default permission for all menus.
{
"NoRights":false,
"Update":true,
"Delete":false,
"Create":true,
"ReadOnly":true,
"ReadPiiData":false
}
Please confirm at your end.
Thanks,
RohanK