SuffolkLITLab / docassemble-ALAnyState

A plugin for docassemble.ALWeaver and runtime for docassemble.AssemblyLine
MIT License
1 stars 1 forks source link

Fix court loading #1

Open BryceStevenWilley opened 10 months ago

BryceStevenWilley commented 10 months ago

Copy changes from https://github.com/SuffolkLITLab/docassemble-AssemblyLine/pull/779

nonprofittechy commented 10 months ago

Maybe best to totally delete the al_courts.py from this repo.

BryceStevenWilley commented 10 months ago

Started removing it in https://github.com/SuffolkLITLab/docassemble-ALAnyState/tree/remove_courtloader and replacing it with the AssemblyLine Court loader, but it looks like we don't load general attributes on objects, because it can't find trial_court.description, which is a column in the spreadsheet. We'd have to add that upstream to make that work.

Tempted to just fix the loader first, and then wade through the AssemblyLine Court loader improvements to prevent breaking fewer people.