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

Cleanup reference handling #64

Closed philiplb closed 7 years ago

philiplb commented 8 years ago

We don't need AbstractData::fetchReferences, this can be done easily within AbstractData::listEntries just like AbstractData::enrichWithMany.