craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

please backport/release the id fix from 3.4-dev to 3.3 stable #371

Closed c33s closed 3 years ago

c33s commented 3 years ago

currently this bundle breaks with symfony maker in the stable 3.3 version but the missing ids are already there in 3.4-dev. please also release them for 3.3.

php bin/console make:entity

In MappingException.php line 52:

  No identifier/primary key specified for Entity "Craue\FormFlowDemoBundle\Entity\Driver". Every Entity must have an identifier/primary key.
c33s commented 3 years ago

sorry, too many tabs, posted to the wrong bundle -> https://github.com/craue/CraueFormFlowDemoBundle/issues/9