craue / CraueFormFlowBundle

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

error in second step due to entity #323

Closed mdimitris closed 6 years ago

mdimitris commented 6 years ago

Hello! I try to combine two different forms (approach b) but when I go to second step I get an error saying

Neither the property "finalGrade" nor one of the methods "getFinalGrade()", "finalGrade()", "isFinalGrade()", "hasFinalGrade()", "__get()" exist and have public access in class "App\Entity\Application".

I am certain it has to do with enitities but I cant figure out what I have to change.. Thanks in advance

craue commented 6 years ago

It's impossible to tell what's wrong from this brief description.

mdimitris commented 6 years ago

ok I found the issue..My entity didnt include the other entity.,,