Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.20.02
-
None
-
None
Description
The default gallery processor has been replaced in essence by the ScalingGalleryProcessor, but in practice it is rarely used.
All projects are supposedly using the ScalingGalleryProcessor as a default, that being apparent from the configuration in node 'hippo:configuration/hippo:frontend/cms/cms-services/galleryProcessorService' and by looking in the GalleryWorkflowPlugin.
In console, an id is defined with the value being 'service.gallery.processor'. However, the GalleryWorkflowPlugin tries to find the gallery service using the id 'gallery.processor.service'.
The 2 ids don't match, and the plugin falls back to the DefaultGalleryProcessor.
Please change the default value in org.hippoecm.frontend.plugins.gallery.GalleryWorkflowPlugin to 'gallery.processor.service' (line 207), so that by default the ScalingGalleryProcessor is used.