-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Photo Fields in a single CRUD #126
Comments
@aleksandarmilutinovic I guess it's a bug inside of the package which is not easy to solve. We are currently not actively supporting the free package fixes and switched to online version at quickadminpanel.com - so that's the one I would recommend if you want quick fix. Otherwise - this issue will wait until someone on the team will find time, a few weeks at least. |
@PovilasKorop Thanks for reply. I'll probably try to fix it and make a pull request. I suppose that pull request verification will be quicker that fixing the bug :) |
@PovilasKorop Here is a fixed There was a bug in recreating the request (I've commented the changes). I didn't want to change the entire logic, but just to fix current issue. Please let me know if there is anything wrong with the fix. Thanks!
|
@AlexMilutinovic thanks a lot, one of our team members will test and push the fix, probably next week. |
@AlexMilutinovic Thank you so much, I was facing the same issue. Thanks a lot. 👍 |
I've created CRUD containing two Photo fields (
cover
andmap
). Problem is that only the first selected image is being uploaded. So, if I first select the cover image, then map image, only the cover image is being uploaded.I noticed that both fields are filled with string values. In above-mentioned case,
cover
field gets correct value (e.g.1511684065-filename.jpg
) andmap
field gets something like/tmp/jVJthcgcF
. If I upload just themap
image, it gets uploaded successfully and the filename is correct.How can I solve this problem?
The text was updated successfully, but these errors were encountered: