fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Fix funding delete bug #216

Closed smcalilly closed 2 years ago

smcalilly commented 2 years ago

Overview

Demo

phase-funding-fix

Notes

The delete button used the pk for the phase and not the funding stream, so it led to a 404 not found.

I realized that the fix from PR #211 won't affect current scores. This fix works so it's backwards compatible, but should we maybe write a script to update the database and remove all None values from all ProjectScore rows?

Testing Instructions