[THBLUE-2] Theme depends on ETK whereas it doesn't provide such a dependency declaration Created: 11/Jun/12  Updated: 16/Mar/23  Resolved: 16/Mar/23

Status: Closed
Project: Blue Theme (closed)
Component/s: None
Affects Version/s: 1.0.0
Fix Version/s: 1.0.0

Type: Bug Priority: Neutral
Reporter: Daniel Kasmeroglu Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: cleanup, etk
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

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 {
}


 Comments   
Comment by Adam Jones [ 16/Mar/23 ]

Closing due to project being archived.

Generated at Sun Feb 11 23:32:26 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.