loop variables "LOOP_VAR1", "LOOP_VAR2" and pairwise variable "LINKS" should be resizied.
Proposed Solution
A priori few changes in src/use-lunatic/commons/variables/behaviours/resizing-behaviour.ts (seen with @Grafikart )
Alternatives Considered
Additional Context
Currently if both cases are present in a single resizing entry, the pairwise resizing is done, other iteration variables are not resized. I think this might cause unexpected issues later on.
Priority
Low
Attachments
Related Issues
Issue to be created in Eno to generate such an entry in the "resizing" if this case occurs.
Feature Description
Allow a single variable to resize both iteration variables (e.g. loop or roster for loop variables) and the pairwise variable.
Use Case
With a resizing entry that look like this ine the source json:
loop variables "LOOP_VAR1", "LOOP_VAR2" and pairwise variable "LINKS" should be resizied.
Proposed Solution
A priori few changes in
src/use-lunatic/commons/variables/behaviours/resizing-behaviour.ts
(seen with @Grafikart )Alternatives Considered
Additional Context
Currently if both cases are present in a single resizing entry, the pairwise resizing is done, other iteration variables are not resized. I think this might cause unexpected issues later on.
Priority
Attachments
Related Issues
Issue to be created in Eno to generate such an entry in the "resizing" if this case occurs.