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

[jira] [Closed] (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:all-tabpanel ]

Rishi Solanki closed OFBIZ-10208.
---------------------------------

> 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: Rishi Solanki
>            Priority: Major
>             Fix For: Release Branch 16.11
>
>         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)