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.

All other Modules /

Discuss all other Modules here.

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

Limiting a model admin to a Subsite


Go to End


721 Views

Avatar
dandro

Community Member, 1 Post

13 December 2012 at 12:06pm

So my problem basically is that I have a DataObject that has many Images, So to avoid having a DataObjectManager inside a popup window, I've decided to use the model admin (Thought it might be the best option), now my problem is that I would need to limit this model admin to a particular Subsite...

Is it Possible?! If so how would I go about adding the subsite dropdown option to my model admin tab(s)?

Is using the ModelAdmin the best option?!