Question

Delete button not showing in mobile

Hi Team, 

 

Im trying to add a new section in the mobile but the delete button is not showing even when the operation permissions are added. Any ideas?

 

 

 

I check the method in mobile and page seams to be permissions

 

Like 0

Like

1 comments
Best reply

I added manually and works 

Terrasoft.sdk.Actions.add("UsrSection", {
    name: "Delete",
    actionClassName: "Terrasoft.ActionDelete"
});

 

I added manually and works 

Terrasoft.sdk.Actions.add("UsrSection", {
    name: "Delete",
    actionClassName: "Terrasoft.ActionDelete"
});

 

Show all comments