-
Notifications
You must be signed in to change notification settings - Fork 120
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
Images tab state after validation fail #133
Comments
Could you provide us a step by step to reproduce the error and a copy of your Gemfile.lock file ? |
Sure, this is my current Gemfile.lock
This is how to reproduce this situation (don't think that it is correct to call this "error" or bug, this is just the lack of UX):
This is not error or bug for my opinion, and to fix this it is just necessary to write some more code for controllers to keep the images between different actions and then present them in view with validation errors. |
Currently all the images, selected as attached in Images tab (for any model in admin panel) resets to their persisted in database state, if the record was not saved due to validation fail. I mean, there are no "image field" memorization.
The text was updated successfully, but these errors were encountered: