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

We incorrectly assume the `address` attribute is an ALAddress which breaks some interviews #816

Closed nonprofittechy closed 8 months ago

nonprofittechy commented 8 months ago

See: https://github.com/SuffolkLITLab/docassemble-MAMotiontoVacateMaritalHome/issues/17

Currently we always pass the bare parameter to methods of self.address, but in some cases the author may have set the address attribute by pointing to an existing Address object instead of an ALAddress.