Skip to content

Fix array handling for caching

Daniel Gerhardt requested to merge fix-array-handling-for-caching into master

Previously, merging handled added arrays incorrectly. If an array from the changes did not exist in the cached entity, an empty object was created for the property.

Merge request reports