Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

enter image description here

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.