Theme depends on ETK whereas it doesn't provide such a dependency declaration
-----------------------------------------------------------------------------
Key: THBLUE-2
URL: http://jira.magnolia-cms.com/browse/THBLUE-2
Project: Blue theme for Magnolia
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Daniel Kasmeroglu
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:
{code:java}
package info.magnolia.module.extendedtemplatingkit.imaging;
import info.magnolia.module.templatingkit.imaging.STKImagingSupport;
public class ETKImagingSupport extends STKImagingSupport {
}
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------