You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Swapnil M Mane (JIRA)" <ji...@apache.org> on 2019/02/07 04:25:00 UTC

[jira] [Commented] (OFBIZ-10567) Stores can't be modified at catalog/control/updateProductStore

    [ https://issues.apache.org/jira/browse/OFBIZ-10567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16762348#comment-16762348 ] 

Swapnil M Mane commented on OFBIZ-10567:
----------------------------------------

Thank you [~jacques.le.roux] for the fix.
I have done a small improvement, made the ecomThemeId field optional. 

Committed in
trunk at rev 1853109
release18.12 at rev 1853111
release17.12 at rev 1853112

Thanks!

 

> Stores can't be modified at catalog/control/updateProductStore
> --------------------------------------------------------------
>
>                 Key: OFBIZ-10567
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10567
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Trunk, Release Branch 17.12
>            Reporter: Jacques Le Roux
>            Assignee: Swapnil M Mane
>            Priority: Major
>             Fix For: 17.12.01
>
>
> The catalogQuickaddUse var is missing when sets from catalog/control/updateProductStore
> The error is
> bq. The following has evaluated to null or missing: ==> catalogQuickaddUse [in template "component://ecommerce/template/includes/Header.ftl" at line 108, column 12] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if catalogQuickaddUse [in template "component://ecommerce/template/includes/Header.ftl" at line 108, column 7] ---- 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)