The "Orders" tab in "Catalog > Products" is not working.
-------------------------------------------------------- Key: OFBIZ-4403 URL: https://issues.apache.org/jira/browse/OFBIZ-4403 Project: OFBiz Issue Type: Bug Components: product Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk Reporter: Atul Vani Fix For: Release Branch 11.04, SVN trunk, Release 10.04 The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4403: ----------------------------- Attachment: OFBIZ-4403.patch Patch added. > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp reassigned OFBIZ-4403: -------------------------------------- Assignee: Sascha Rodekamp > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4403: ----------------------------- Attachment: OFBIZ-4403.patch Better patch added, that fixes highlighting of the 'Orders' tab too. > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4403: ----------------------------- Attachment: OFBIZ-4403.patch Another patch, fixes more screens from redundant and useless code. Although I've checked all the screens after this one, but another set of eyes will be better. While doing this I found that the "Accounts" tab's functionality is not working properly, well not due to my changes, it isn't working on trunk either. > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102597#comment-13102597 ] Sascha Rodekamp commented on OFBIZ-4403: ---------------------------------------- Hi Atul, that looks good at a first glace. I'll have a deeper look this evening. :-) Cheers > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104345#comment-13104345 ] Sascha Rodekamp commented on OFBIZ-4403: ---------------------------------------- Hi Atul thanks for your effort. Your patch is in trunk and release 11.04. Could provide a working patch for release 10.04. > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4403. ---------------------------------- Resolution: Fixed Backported in R10.04 from r1170469 at r1175161 > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release Branch 11.04, SVN trunk, Release 10.04 > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114449#comment-13114449 ] Atul Vani commented on OFBIZ-4403: ---------------------------------- Thanks Jacques, I got consumed with some other stuff so this got delayed. Sorry for the inconvenience. > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114483#comment-13114483 ] Jacques Le Roux commented on OFBIZ-4403: ---------------------------------------- Hi Atul, No worries, it was an easy fix ;) > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114511#comment-13114511 ] Sascha Rodekamp commented on OFBIZ-4403: ---------------------------------------- Thanks Jacques ;) > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4403: ------------------------------------ Reopen for R10.04 Actually backporting to R10.04 kills the product supplier tabs see OFBIZ-4451. I reverted at r1199446 since now, at least, it does not show an ugly srceen, still wrong though, no pbs in trunk > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146551#comment-13146551 ] Jacques Le Roux edited comment on OFBIZ-4403 at 12/8/11 8:54 PM: ----------------------------------------------------------------- ========== EDIT WRONG JIRA REF ==== Reopen for R10.04 Actually backporting to R10.04 kills the product supplier tabs see OFBIZ-4551. I reverted at r1199446 since now, at least, it does not show an ugly srceen, still wrong though, no pbs in trunk was (Author: jacques.le.roux): Reopen for R10.04 Actually backporting to R10.04 kills the product supplier tabs see OFBIZ-4451. I reverted at r1199446 since now, at least, it does not show an ugly srceen, still wrong though, no pbs in trunk > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4403. ---------------------------------- Resolution: Fixed Fixed in R10.04 by Ankit's patch from OFBIZ-4613 at r1212107 > The "Orders" tab in "Catalog > Products" is not working. > -------------------------------------------------------- > > Key: OFBIZ-4403 > URL: https://issues.apache.org/jira/browse/OFBIZ-4403 > Project: OFBiz > Issue Type: Bug > Components: product > Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk > Reporter: Atul Vani > Assignee: Sascha Rodekamp > Fix For: Release Branch 11.04, SVN trunk, Release 10.04 > > Attachments: OFBIZ-4403.patch, OFBIZ-4403.patch, OFBIZ-4403.patch > > > The "Orders" tab in "Catalog > Products" is not working. The reason being that the "CommonProductDecorator" has got a condition '<not><if-empty field="product"/></not>' in it, which fails for the "ViewProductOrder" screen. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |