You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Yogesh Naroliya (JIRA)" <ji...@apache.org> on 2018/02/08 13:35:00 UTC

[jira] [Commented] (OFBIZ-10208) Error on Add Item to Shopping List Screen

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

Yogesh Naroliya commented on OFBIZ-10208:
-----------------------------------------

Hello [~upadhyay.ratnesh] , Thanks for noticing and reporting the issue. I have successfully replicated the issue over R16.11 branch.

I have further explored it and found that it is fixed in Trunk under OFBIZ-9325 for EditShoppingList and CategoryDetail screen.

Attaching patch for R16.11 branch and verified the changes over local instance also attached the screenshot for quick verification.

Along with this, I have noticed column/value alignment mismatch issue under *List Items* section over EditShoppingList screen for which logged a ticket OFBIZ-10210.

> Error on Add Item to Shopping List Screen
> -----------------------------------------
>
>                 Key: OFBIZ-10208
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10208
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: 16.11.04
>            Reporter: Ratnesh Upadhyay
>            Assignee: Yogesh Naroliya
>            Priority: Major
>         Attachments: OFBIZ-10208-EditShoppingListScreen-Fixed.png, OFBIZ-10208-R16.11.patch
>
>
> While working on 16.11 branch, I noticed error when I try to add an item into shopping cart. Here are the steps to replicate the issue:
>  # Go to Party Manager.
>  # Select customer to navigate over profile page.
>  # Click upon Shopping Lists tab.
>  # Create new shopping list, if no one is persist.
>  # Add an item to existing/new shopping list.
> As soon as you click to add on item you will see following error in list item and quick add to shopping list sections.
> {code:java}
> The following has evaluated to null or missing: ==> renderNextPrev [in 
> template "component://common/template/includes/HtmlTemplate.ftl" at line
>  66, column 5] ---- Tip: If the failing expression is known to be 
> 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: 
> @renderNextPrev paginateStyle, pagina... [in template 
> "component://common/template/includes/HtmlTemplate.ftl" in macro 
> "nextPrev" at line 66, column 3] - Reached through: @nextPrev 
> commonUrl=commonUrl ajaxEna... [in template 
> "component://party/template/party/EditShoppingList.ftl" at line 187, 
> column 9] ----
> {code}



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