Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(#734): When prices are completely reset on an existing entity, re…
…moval mutation for already dropped price might be generated The `io.evitadb.api.requestResponse.data.structure.ExistingPricesBuilder` in `buildChangeSet` method, when `removeAllNonModifiedPrices` is set to true doesn't filter the original prices by `Droppable::exists` which leads to creating `RemovePriceMutation` for already removed prices and results in rejecting entity upsert. (cherry picked from commit 5a3e2e7)
- Loading branch information