-
Notifications
You must be signed in to change notification settings - Fork 10
Description
While testing module 4 on the dev renderer, I ran into an unintentional loop in the COMINTRO section. I've run into this loop while running through the whole module and i've run into it when I've isolated the module from COMINTRO to the end. I do not have this problem on the prod renderer.
I start the COMINTRO section and run through the following input successfully:
COMINTRO
INTROWORKPOSTPAN
WORK2019POSTPAN: 1
DAYSWORKPOSTPAN: NR
LONGESTJOBPOSTPAN: 0
WORKRESPOSTPAN: 0
NUMWORKPOSTPAN: NR
INTROCURWORK
This is where the issue starts. After I select 'next' on INTROCURWORK, it takes me to the page for WORK2019POSTPAN, with the answer I already selected for it, Yes/1.
Here are the variables at the time when the issue happens. It's interesting, because it says it's adding WORK2019 to the tree, but I never actually see the page for WORK2019. Also, INTROCURWORK is being added as an array, which seems odd to me.
Note: once stuck in this loop, it will continue in this loop. If I then select No/0, it takes me to INTROCURWORK -> WORK2019POSTPAN again.



