Details
Description
As a business user when I customise reports I would like to be able to override embedded images using content image attributes (similar to email templates)
Fix in FopThemeResourceResolver:
... public Resource getResource(final URI uri) throws IOException { ... final Long contentObjId = contentService.findContentIdBySeoUri(curi); if (contentObjId != null && contentObjId > 0L) { final Category contentObj = contentService.getById(contentObjId); if (contentObj != null) { // copy from MailTemplateResourcesProviderShopContentImpl.getResource() return new }