philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Replace the nameField of the reference type with a labelField in the referenced entity #62

Closed philiplb closed 8 years ago

philiplb commented 8 years ago

So an entity decides on its own how to represent himself as string. This will simplify n:1 and m:n relationships as well. This comes with a loss of flexibility but there was hardly any situation where one reference used a different label than another.

philiplb commented 8 years ago

Won't do.