Has to do with the fact it calls new_session instead of restart (manually changing it to restart works fine).
Minimum reproduction:
include:
- docassemble.AssemblyLine:al_package.yml
- docassemble.AssemblyLine:al_visual.yml
---
mandatory: True
code: |
start
signature_mod
done
---
code: |
sig_add = 1
signature_blah
signature_mod = True
---
question: Signature
continue button field: start
---
event: done
question: All done
---
Has to do with the fact it calls
new_sessioninstead ofrestart(manually changing it to restart works fine).Minimum reproduction: