When we have a document containing a property with essentially:
[{foo: [bar]}]
And we replace it with:
[{foo: null}]
Or:
[{foo: []}]
Then the value of the foo element should be properly updated to an empty list.
- depends on
-
NXP-17051 Allow dispatching of binaries to different storage
- Resolved