I'm sorry for not so informative title, I didn't know what to write.
My setup is symfony 2.0 and SonataAdminBundle. I have companies and each company has several events. For each event I have a name, days (how many days after last event) and event trigger follows (current event will follow selected event).
Why I don't use sortable? because there can be two or more events following the same event with different days, so in this case drag and dropping may break things.. let's just skip this part.
What I want to do, is to show only company specific events in event trigger follows and for each event I don't want to show current event in that list. So the select will have different options in each row.
What is the best way to accomplish this?
