petkopara / PetkoparaCrudGeneratorBundle

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
MIT License
70 stars 17 forks source link

Generate CRUD for inherited entities #43

Open devkbsc opened 7 years ago

devkbsc commented 7 years ago

Hello, After i have generated my CRUD for the User table of FOSUserBundle, couldn't find some of the fields in the auto generated controller and the template twig files.

How to regenerate this fields through the CRUD operation?

petkopara commented 7 years ago

Hi @devkbsc, Currently generation of crud for inherited entities is not supported by this bundle. I'll mark the issue as new feature.