gestadieu / sfAdminThemejRollerPlugin

Symfony admin generator with jQuery UI Theme Roller integration
MIT License
24 stars 9 forks source link

show view: does not manage n:m relationship #9

Open gestadieu opened 14 years ago

gestadieu commented 14 years ago

it should be able to automatically list n:m relationship. e.g. user with articles, in the user admin generator we should be able to write something like (provided that you have a __toString() method for articles):

display:
 "User": [name, username]
 "Articles": [articles]