Try our conversational search powered by Generative AI!

Don't raise update events for unmodified DTO rows

Found in

EPiServer.Commerce 10.0.0

Fixed in

EPiServer.Commerce 11.2.3

(Or a related package)

Created

Sep 04, 2017

Updated

Sep 18, 2017

Area

Core

State

Closed, Fixed and tested


Description

CatalogEventListener uses the data from a saved DTO to raise individual events for affected content corresponding to the DTO rows. However, if the saved DTO contains unmodified rows, events are raised for those rows as well. This should be changed so that only rows with changes result in events being raised.