[
https://issues.apache.org/jira/browse/OFBIZ-5424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254598#comment-14254598 ]
Jacques Le Roux commented on OFBIZ-5424:
----------------------------------------
Due to r1646666 I found an issue in the tests I have for a custom project.
This line
{code}
itemStatus.set("statusUserLogin", userLogin.get("userLogin"));
{code}
should be
{code}
itemStatus.set("statusUserLogin", userLogin.get("userLoginId"));
{code}
I must say having named the OrderStatus.statusUserLogin field instead of OrderStatus.statusUserLoginId did not help in the 1st place
This was committed in
trunk r1618378
R13.07 r1618379
Fixed in
trunk r1646935
R13.07 r1646936
> OrderStatus with status ITEM_CREATED not created for auto-added promo items and items appended after order creation
> -------------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-5424
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5424> Project: OFBiz
> Issue Type: Bug
> Components: order
> Affects Versions: Trunk
> Reporter: Christian Carlow
> Assignee: Anil K Patel
> Priority: Minor
> Fix For: Release Branch 11.04, Upcoming Branch
>
> Attachments: OFBIZ-5424.patch
>
>
> To reproduce promo items issue:
> 1. Create an order for DemoCustCompany
> 2. Add 1 GZ-BASKET
> 3. Finalize and Complete the order
> 4. Notice that promo items do not have a status creation time on the order view page
> To reproduce order item append issue:
> 1. Click "Edit Items" button on order view page of order created above
> 2. Add GZ-1000 to the order
> 3. Notice that the appended item does not have a status creation time on the order view page
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)