craue / CraueFormFlowBundle

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

use collectionType vichupload #274

Closed imsheng closed 3 years ago

imsheng commented 7 years ago

20170212195706 qq 20170212195122

qq 20170212222256 qq 20170212222349

craue commented 7 years ago

What exactly are you trying to tell me? As #151 points out, VichUploaderBundle doesn't seem to work well with the flow's upload handling.

imsheng commented 7 years ago

sorry, i dont't speak english array_merge_recursive cannot merge data perfectly 02e6e0bc-f172-11e6-92a7-dfc33fa920cd

02c35cb4-f172-11e6-9bc7-ce090be48772

Correct as follows

qq 20170213083439

craue commented 7 years ago

Can you try disabling VichUploaderBundle to see if it's causing this issue?

imsheng commented 7 years ago

I don't think uploaderbundle has anything to do with it , the file is separate treatment and then merge.

craue commented 7 years ago

Would you create a failing test or at least a demo app showcasing the issue?

jwaschkau commented 7 years ago

Does this fix it? https://github.com/craue/CraueFormFlowBundle/pull/276

craue commented 3 years ago

This should be fixed by #389.