craue / CraueFormFlowBundle

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

Allowed memory size exhausted #352

Closed delyro closed 4 years ago

delyro commented 4 years ago

If you add to every step 'skip' => true, you will run into infinite loop and get "Allowed memory size of X bytes exhausted" error.

craue commented 4 years ago

Interesting. What do you suggest should happen in that case? I mean, it could either be a misconfigured flow or happen in a real use case after evaluating (rather complex and maybe weird) skip conditions.