Editor permission deleting element issue (revisited)

Hello,
Having already highlighted this bug last November (see Editor permission deleting element issue) , the bug is still there so will repost.
I have set up the site so that the editor can edit elements from the front page, through Cornerstone, without the capability to delete them.
Despite the right settings (see image below) when in editor mode deleting is still possible, which means I cannot hand over the site until this is fixed. The theme has been updated to the latest version 5.1.5
Can someone look in to this please as a matter of urgency because no matter what the settings are role permission does not seem to work? Thank you

Hello Gato,

Thanks for writing in! Regretfully the bug is still happening. I will forwarded this thread and bump our developers about this issue.

Please bear with us.

1 Like

Hi @gatoguell,

The Pro 5.1.5 release was a hotfix to address an issue with the Grid element. It didn’t include any other fixes. Unfortunately I don’t have an ETA on when the issue you’re facing here will be addressed. In the meantime, one thing you could do is hide the delete button with CSS. Under the Dev Toolkit (can be enabled from preferences) you can access the UI CSS editor.

.tco-workspace-actions {
  display: none;
}

That will hide both the duplicate and delete buttons. This CSS is stored per user account, so you’ll want to add it while logged into the account you wish to restrict.

They in theory could go remove the CSS but this would at least make it much more difficult for that to happen.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.