Hello,
when you import data, some of them could make error.
Is it possible to import in two time.
First, apply all constraints on data, and show errors or inconsistencies (like linked element not found, wrong type, etc...) and, in second time, doing the real import.
So we can check that data are consistent before doing import and no have to check with lines are in error to correct them ?
Expect to be clear.
regards,
Difficult to implement.
It is a major change and is not easy to apply for all cases.
Some controls come from "control()" method, so this could be applied easiyl.
Some controls (most technical ones) come from "save()" method, so we have to save and check result to know if all went right.
This request already exists as Ticket #2632 (since 2017)