Ahh, that makes sense. Thanks!
C
> Subject: Re: patch: exception because of table change in trunk
> To: user@ofbiz.apache.org
> From: jacques.le.r...@les7arts.com
> Date: Fri, 30 Oct 2015 18:52:00 +0100
>
> Le 30/10/2015 18:36, Jacques Le Roux a écrit :
> > Thank
Le 30/10/2015 18:36, Jacques Le Roux a écrit :
Thanks for report Christopher,
You suggested
-String cacheKey = confItemContentTypeId + SEPARATOR + locale + SEPARATOR + mimeTypeId + SEPARATOR +
productConfigItem.get("productCategoryId");
+String cacheKey = confItemContentTypeId
Thanks for report Christopher,
You suggested
-String cacheKey = confItemContentTypeId + SEPARATOR + locale + SEPARATOR +
mimeTypeId + SEPARATOR + productConfigItem.get("productCategoryId");
+String cacheKey = confItemContentTypeId + SEPARATOR + locale +
SEPARATOR + mimeTypeId;
Hi.
I have apparently lost access to open jira issues, so this is the only way I
can think of to submit a patch.
org.ofbiz.product.config.ProductConfigItemContentWrapper.java is causing
exceptions because the table structure has been changed, and the code refers to
a column that no longer exis