Hello Jmix team,
How to clear all modified and marked for remove entities from the DataContext without closing the screen.
We have an entity X with several checkboxes.
On every cnanged checkbox the entity X is added into getModifiedInstances() hash set (which is immutable) and the interesting part here is that when we check the set content before commit we saw that there are several THE SAME entities (entity X).
How to clear the data context without closing the screen? We tried with all provided methods and there is no result.
BR,
Denislav Kanchev