Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Show delete icon - ImageDataObjectManager


Go to End


2 Posts   1223 Views

Avatar
Dr0gaz

Community Member, 37 Posts

8 April 2011 at 5:11am

hi Uncle my ImageDataObjectManager they work correct but in a moment... a delete icon disapeers... had setpremissions but nothing... ideas?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

8 April 2011 at 6:52am

In your DataObject, try:

function canDelete() {
return Permission::check('CMS_ACCESS_CMSMain');
}