We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spree does not save empty taxon description if description is already set to something. Only other text can replace description. How to reproduce:
There must be a way to set description field to nil.
And while i wrote this, i checked taxon meta fields, and they have same problem. (description, keywords, title).
Checked in spree 2-1-stable and 2-2-stable. 2-1 gemfile.lock: https://gist.github.com/scsirdx/478d90a4307155b3e1bd 2-2 gemfile.lock: https://gist.github.com/scsirdx/43558cf81479db61c887
Here is an original issue opened in spree/spree: spree/spree#5267
The text was updated successfully, but these errors were encountered:
@scsirdx did you found a solution for this?
I'm encountering the same problem. No possibility to empty the description field of my taxon. It is setting it always to the previous value.
Sorry, something went wrong.
No branches or pull requests
Spree does not save empty taxon description if description is already set to something. Only other text can replace description.
How to reproduce:
There must be a way to set description field to nil.
And while i wrote this, i checked taxon meta fields, and they have same problem. (description, keywords, title).
Checked in spree 2-1-stable and 2-2-stable.
2-1 gemfile.lock: https://gist.github.com/scsirdx/478d90a4307155b3e1bd
2-2 gemfile.lock: https://gist.github.com/scsirdx/43558cf81479db61c887
Here is an original issue opened in spree/spree: spree/spree#5267
The text was updated successfully, but these errors were encountered: