A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

IsModified is set for catalog content right after calling CreateWritableClone

Fixed in

EPiServer.Commerce 13.30.0

(Or a related package)

Created

Jan 22, 2021

Updated

Mar 22, 2021

State

Closed, Fixed and tested


Description

Issue in the CreateWritableClone implementation in CatalogContentBase.

What happens is that when working with the CMS content writable clone IsModified state is False right after creation, which is correct. However, for catalog content the writable clone has IsModified set to True right after creation, which has been fixed.