-
Notifications
You must be signed in to change notification settings - Fork 105
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
[14.0] shopinvader_image: improve image metadata handling #1563
base: 14.0
Are you sure you want to change the base?
Conversation
Add methods to get alt name and tag.
* do not ignore image.alt_name * count alt_name for store hash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, can you please rebase ?
self.shopinvader_variant.invalidate_cache(["images"]) | ||
# value tags | ||
self.shopinvader_variant.invalidate_cache(["images"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.shopinvader_variant.invalidate_cache(["images"]) | |
# value tags | |
self.shopinvader_variant.invalidate_cache(["images"]) | |
# value tags | |
self.shopinvader_variant.invalidate_cache(["images"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
When the tag is not valued is pointless to store empty values for all scales.
65abac6
to
bfc950c
Compare
tests are red, I'll have a look |
Please see atomic commits for details.