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

Bug Reports


Go to End


297 Posts   101996 Views

Avatar
Andrew Houle

Community Member, 140 Posts

23 July 2011 at 2:27am

I have a manymanyDOM setup that uses $Manager->setOnlyRelated(true); That works as expected until I set permissions with something like this $Manager->setPermissions(array('add','edit')); When that's added the checkbox for "Show only related records" disappears. Any idea why, or how I can fix that?

Go to Top