Skip to content

[Collection]Fix mutation of inner objects

Matt requested to merge dev/fix_collection_update_mutation into master

On update: inner object are no more mutated by default we use splice instead as this is garanteed to be reactive by vue2.

Also clean the indexes if its empty

Merge request reports