This PR is a workaround for obtaining Image Variation for objects not fetched from eZ Platform Repository.
Background: due to performance issues when trying to solve missing with and height of image Variations, additional Image Variation Cache layer has been introduced via ezsystems/ezpublish-kernel#2325, which requires using here fully qualified Public API objects obtained from Repository when calling getVariation.
This workaround bypasses that new layer until we figure out cleaner solution.
This PR is a workaround for obtaining Image Variation for objects not fetched from eZ Platform Repository.
Background: due to performance issues when trying to solve missing with and height of image Variations, additional Image Variation Cache layer has been introduced via ezsystems/ezpublish-kernel#2325, which requires using here fully qualified Public API objects obtained from Repository when calling
getVariation
.This workaround bypasses that new layer until we figure out cleaner solution.
Steps to reproduce the issue we have now:
dev-master
version of ezsystems/ezplatform-democc @Plopix @damianz5 @SylvainGuittard