Approved Sales Order -> Edit Items -> Cancel All Items
------------------------------------------------------ Key: OFBIZ-2516 URL: https://issues.apache.org/jira/browse/OFBIZ-2516 Project: OFBiz Issue Type: Bug Affects Versions: Release Branch 9.04, SVN trunk Reporter: Vince Clark Error below. Steps to reproduce: 1. Create a new sales order and make sure it is in "approved" status. 2. In Order Detail screen click on "Edit Items" 3. At the top of the items list click on "Cancel All Items" Note that I have generated this error in an instance that contains no demo data (only customer implementation data) and also in a demo instance. org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.)) (Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-2516: -------------------------------- Attachment: Cancel-Item_ofbiz-2516.patch Here is a patch for fix problem of cancel all items and cancel single item on order detail page of Approved Sales Order. The issue is related to secure url. > Approved Sales Order -> Edit Items -> Cancel All Items > ------------------------------------------------------ > > Key: OFBIZ-2516 > URL: https://issues.apache.org/jira/browse/OFBIZ-2516 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Vince Clark > Attachments: Cancel-Item_ofbiz-2516.patch > > > Error below. Steps to reproduce: > 1. Create a new sales order and make sure it is in "approved" status. > 2. In Order Detail screen click on "Edit Items" > 3. At the top of the items list click on "Cancel All Items" > Note that I have generated this error in an instance that contains no demo data (only customer implementation data) and also in a demo instance. > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.)) (Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur updated OFBIZ-2516: ------------------------------- Component/s: order Fix Version/s: SVN trunk Release Branch 9.04 > Approved Sales Order -> Edit Items -> Cancel All Items > ------------------------------------------------------ > > Key: OFBIZ-2516 > URL: https://issues.apache.org/jira/browse/OFBIZ-2516 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Vince Clark > Fix For: Release Branch 9.04, SVN trunk > > Attachments: Cancel-Item_ofbiz-2516.patch > > > Error below. Steps to reproduce: > 1. Create a new sales order and make sure it is in "approved" status. > 2. In Order Detail screen click on "Edit Items" > 3. At the top of the items list click on "Cancel All Items" > Note that I have generated this error in an instance that contains no demo data (only customer implementation data) and also in a demo instance. > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.)) (Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur updated OFBIZ-2516: ------------------------------- Issue Type: Sub-task (was: Bug) Parent: OFBIZ-2330 > Approved Sales Order -> Edit Items -> Cancel All Items > ------------------------------------------------------ > > Key: OFBIZ-2516 > URL: https://issues.apache.org/jira/browse/OFBIZ-2516 > Project: OFBiz > Issue Type: Sub-task > Components: order > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Vince Clark > Fix For: Release Branch 9.04, SVN trunk > > Attachments: Cancel-Item_ofbiz-2516.patch > > > Error below. Steps to reproduce: > 1. Create a new sales order and make sure it is in "approved" status. > 2. In Order Detail screen click on "Edit Items" > 3. At the top of the items list click on "Cancel All Items" > Note that I have generated this error in an instance that contains no demo data (only customer implementation data) and also in a demo instance. > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.)) (Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-2516: ------------------------------------------ Assignee: Ashish Vijaywargiya > Approved Sales Order -> Edit Items -> Cancel All Items > ------------------------------------------------------ > > Key: OFBIZ-2516 > URL: https://issues.apache.org/jira/browse/OFBIZ-2516 > Project: OFBiz > Issue Type: Sub-task > Components: order > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Vince Clark > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: Cancel-Item_ofbiz-2516.patch > > > Error below. Steps to reproduce: > 1. Create a new sales order and make sure it is in "approved" status. > 2. In Order Detail screen click on "Edit Items" > 3. At the top of the items list click on "Cancel All Items" > Note that I have generated this error in an instance that contains no demo data (only customer implementation data) and also in a demo instance. > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.)) (Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-2516. -------------------------------------- Resolution: Fixed Thanks Arun for your contribution. Your changes are in at revision 781701 & 781712(trunk & RB9.04) Thanks! -- Ashish > Approved Sales Order -> Edit Items -> Cancel All Items > ------------------------------------------------------ > > Key: OFBIZ-2516 > URL: https://issues.apache.org/jira/browse/OFBIZ-2516 > Project: OFBiz > Issue Type: Sub-task > Components: order > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Vince Clark > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: Cancel-Item_ofbiz-2516.patch > > > Error below. Steps to reproduce: > 1. Create a new sales order and make sure it is in "approved" status. > 2. In Order Detail screen click on "Edit Items" > 3. At the top of the items list click on "Cancel All Items" > Note that I have generated this error in an instance that contains no demo data (only customer implementation data) and also in a demo instance. > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.)) (Error running Groovy script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy] (Not Implemented Exception while setting value on field [orderId] of entity OrderHeader: org.ofbiz.entity.GenericNotImplementedException: Java type javolution.util.FastList not currently supported. Sorry. (Java type javolution.util.FastList not currently supported. Sorry.))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |