formcreator icon indicating copy to clipboard operation
formcreator copied to clipboard

fix(import): Export sections in logical order to fix condition import

Open MyvTsv opened this issue 4 months ago • 1 comments

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.

image

MyvTsv avatar Oct 20 '25 12:10 MyvTsv

Does it works in the opposite scenario ? The linker exists specifically to resolve relations between objects in any order.

btry avatar Oct 20 '25 13:10 btry