Uploaded image for project: 'Blue Theme (closed)'
  1. Blue Theme (closed)
  2. THBLUE-2

Theme depends on ETK whereas it doesn't provide such a dependency declaration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Neutral Neutral
    • 1.0.0
    • 1.0.0

      I suspect this to be a refactoring relict as the bootstrap for this theme declares info.magnolia.module.extendedtemplatingkit.imaging.ETKImagingSupport as the class for the imaging node. I expect info.magnolia.module.templatingkit.imaging.STKImagingSupport to be the right choice.

      As a workaround someone can create a pseudo-implementation like this:

      package info.magnolia.module.extendedtemplatingkit.imaging;
      
      import info.magnolia.module.templatingkit.imaging.STKImagingSupport;
      
      public class ETKImagingSupport extends STKImagingSupport {
      }
      

        Acceptance criteria

              Unassigned Unassigned
              costamojan Daniel Kasmeroglu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: