Hello everyone,
I have a design problem with Silverstripe 3.1. I do not know how to do.
I have 3 DataObject: Newspaper, Interview and Post.
A Newpaper has several Interviews and several Post. How to make in the Newspaper ModelAdmin, I can manage the order of Interviews and Posts inside a single DataGrid Field?
- Journal has_many Interview et Post
- Post and Interview has_one Journal