Open mateuszmalecki opened 7 years ago
Although this data transformation looks strange, it's done only temporarily before rendering the next step(s), but not when finishing the flow.
so how can I save this data to finish step?
Try getting this code out of the if ($flow->nextStep()) {
...}
block, so that it's called for each step (including the last one).
Hello. Please help me. I have code like this:
At first and second step everything is ok, but at third finish step my object Order don't have Forms objects in variable forms. var_dump return null. I don't know why. I can't save entity to database, only can save object Order but without Forms objects. This forms objects are elements created by SymfonyCollections. Link: https://github.com/ninsuo/symfony-collection