-
Notifications
You must be signed in to change notification settings - Fork 203
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
EZP-31292: Fixed generating image variation using ez_image_alias #2917
Conversation
As we talked on Slack: please check if |
@adamwojs yeah, that definitely looks like a better solution, already committed b8c8cc3 |
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.
I'm assuming that generating image variation for ezimage
field still works as well ;)
cc @ezsystems/qa-team
Yes, it seems to be working as well. |
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.
@barw4 exception does not occur but item preview on frontend is blank. Could you verify on your side? (both when using Upload image and Select from your repository) Resolved: issue with template.
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.
QA Approved on eZ Platform EE v2.5.8 with diff.
Could you merge it up @barw4? |
There was an invalid property accessed in eZ\Bundle\EzPublishCoreBundle\Imagine\Variation\ImagineAwareAliasGenerator which resulted in 500 exception, as the $field object was not an Image\Value instance but an ImageAsset\Value instance which does not have the ID property. The Image\Value ID property has been added to variation in order to provide a valid variation file path.
TODO:
$ composer fix-cs
).