formcreator
formcreator copied to clipboard
fix(import): Export sections in logical order to fix condition import
Changes description
It fixes !39806
During import, if a question in section A contains a condition that references a question in section B, but section B appears after section A in the JSON array (due to the order of the IDs), the UUID linker cannot resolve the reference. The order of the sections in the array is based on the ID rather than the order of the sections in the form.
Does it works in the opposite scenario ? The linker exists specifically to resolve relations between objects in any order.