SuffolkLITLab / docassemble-AssemblyLine

Quickly go from a paper court form to a runnable, guided, step-by-step web application powered by Docassemble. Swap out branding and pre-built questions to meet your needs.
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/
MIT License
41 stars 5 forks source link

Look for original form URL in metadata, not just interview_metadata in custom error action #692

Open nonprofittechy opened 1 year ago

nonprofittechy commented 1 year ago

We are deprecating the interview_metadata dictionary. This seems to be the only place it's referenced. Should be totally fine to use the metadata block instead for this same purpose.

See https://github.com/SuffolkLITLab/docassemble-AssemblyLine/blob/3f89d3265013c12d09d760eb63ec0fbe2d14f3eb/docassemble/AssemblyLine/data/questions/al_visual.yml#L338

nonprofittechy commented 1 year ago

Relatively bite size, it requires refactoring some code to better-handle a new metadata format in the ALWeaver. This is not super visible to users but worth fixing.