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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Managing has_many has_many relationships?


Go to End


799 Views

Avatar
jaybee

Community Member, 49 Posts

3 July 2012 at 11:18pm

Edited: 03/07/2012 11:18pm

How do you setup the admin area to manage the items of has_many, has_many relations?

So you have: Land class that has_many Properties and that object has_many Rooms.

I've used the DataObjectManager, however it does display the second has_many correctly: http://www.silverstripe.org/dataobjectmanager-module-forum/show/17872

How else can it be setup?