PetkoparaCrudGeneratorBundle icon indicating copy to clipboard operation
PetkoparaCrudGeneratorBundle copied to clipboard

Generate CRUD for inherited entities

Open devkbsc opened this issue 6 years ago • 1 comments

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?

  • username
  • username_canonical
  • email
  • email_canonical
  • enabled
  • salt
  • password
  • last_login
  • confirmation_token
  • password_requested_at
  • roles

devkbsc avatar Jul 24 '17 13:07 devkbsc

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

petkopara avatar Sep 10 '17 18:09 petkopara