Try our conversational search powered by Generative AI!

MetaObject cache issue

Fixed in

EPiServer.Commerce 9.4.0

(Or a related package)

Created

Nov 12, 2015

Updated

Dec 04, 2015

State

Closed, Fixed and tested


Description

A partner has been listening to EntryUpdating event to modify the MetaObject. It can persist the data to the database, but when displaying on the UI, the value still remains the old one.

The problem is when returning MetaObject item, it returns the original record, then any modification to that object would affect everyone holding, using that object.