[
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.