Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

OrderForm/LineItem always uses OrderGroup.Modified

Found in

EPiServer.Commerce 9.16.0

Fixed in

EPiServer.Commerce 10.7.3

(Or a related package)

Created

Jun 01, 2017

Updated

Jun 22, 2017

Area

Core

State

Closed, Fixed and tested


Description

OrderForm.AcceptChanges always sets Modified to Parent.Modified. This is incorrect because the OrderForm can be saved individually, so should not use the OrderGroup's information for Modified. Instead, it should use DateTime.UtcNow.

The same is true for LineItem or Payment.