easterbrooka kills the crash on shared-project lists
A two-line database fix that stops the app falling over whenever someone opens their list of shared projects.
If your fork lets people share projects with colleagues, easterbrooka found a quiet but ugly bug: pulling up the list of projects shared with you returned a server error every time. The cause was a mismatch between how the query was built and how the underlying database stored the list of people a project is shared with - the two simply didn't speak the same dialect, so the lookup blew up.
The repair is small and surgical: no new tools, no database restructuring, no migration to run. easterbrooka patched the same flawed lookup in both spots it appeared and left everything else untouched. For anyone running this fork, it turns a broken collaboration feature back on with near-zero risk.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?