SuffolkLITLab / docassemble-ALDashboard

A frontend to a few common administrative backend functions that aren't built-in to Docassemble
MIT License
8 stars 0 forks source link

Fix sqlalchemy bug #78

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

sqlalchemy sometimes returns tuples where it would default return dicts. Decided to change the frontend to use tuples instead of dicts, since ALDashboard isn't built for people to overwrite.

Fix #77.