Skip to content

Fix change event handling for nested properties

Daniel Gerhardt requested to merge fix-change-event-nested-properties into master

Nested properties of the cached entity were overriden with the inner changes object. The nested change properties are now merged with the nested objects of the cached entity.

Related: !946 (merged)

Merge request reports