You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/02/28 10:39:45 UTC

[jira] [Commented] (OFBIZ-9234) The ecommerce breadcrumb fails when you come from the catalog product link

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

Jacques Le Roux commented on OFBIZ-9234:
----------------------------------------

Fixed in
trunk r1784708
R16.11 r1784709
R15.12, 14.12, 13.07 r1784721

BTW for another reason, when coming from catalog/product or not, the ecommerce webapp is  broken in R14/15



> The ecommerce breadcrumb fails when you come from the catalog product link
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-9234
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9234
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, Release Branch 15.12, Release Branch 16.11
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 13.07, Release Branch 14.12, Release Branch 15.12, Upcoming Release, 16.11.02
>
>
> To reproduce
> # Get to https://demo-stable.ofbiz.apache.org/catalog/control/EditProduct?productId=GZ-1000
> # Click on the "Product Page" button
> You may notice an error which does appear erratically but most of the time, same on trunk demo and locally. This happens because sometimes the _BREAD_CRUMB_TRAIL_ session attribute is empty or null. "Why not alway?" you might ask. I had no time to investigate but I guess because there is no bread crum trail when coming from catalog, and for some weird reasons, it's sometimes there.
> Anyway my fix is simple, if there is no _BREAD_CRUMB_TRAIL_  in session I bypass the bread crum block in BreadCrumbs.ftl. It's not perfect but look far better



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)