Richard van Laak
Richard van Laak
@shubaivan the problem with adding that call for all resources, is that not all of the controllers in '../../src/AppBundle/Controller' might have the `setContainer` method. In our case; 20% of the...
Same here, would be great if JMSJobQueueBundle would not have a hard dependency on `jms/di-extra-bundle` in the case that `symfony/symfony: ^3.4|^4.0` is used. What would it take to let the...
I agree on the fact that step numbers should not change, in case this will get implemented. To elaborate a bit more on my usecase: the user should be able...
My usecase were the customers that had to be possible to continue their order. After every submit I serialize the data of the current flow into a json-file. That works...
d) Symfony makes use of a documentation server to update the documentation on their website every night. Since it is overkill to have a separate website, the best idea is...
I did saw #49 indeed, and already tried to set the formData before and after validation. When I alter the value, the form isn't valid anymore with as a result...
Thanks for mentioning that issue, but that one is about skipping steps and resetting the form right? The thing I try to archieve is saving extra data to the session,...
I did get it functioning correctly now by extending `saveCurrentStepData()`. The following snippet made it possible for me to save the files, and registering to the events is not needed...
The conflicts section is there to solve that: https://getcomposer.org/doc/04-schema.md#conflict What minimum version of Twig would be needed?
Can you then move them to the `conflicts` section, as we agree that it is not a hard dependency.