stats4sd / aec_portfolio

A proof of concept for the AEC Consortium Project Management / Assessment System
GNU General Public License v3.0
0 stars 0 forks source link

[BUG] Error 500 on Additional Assessment #108

Closed dan-tang-ssd closed 1 year ago

dan-tang-ssd commented 1 year ago

Describe the bug Error 500 on Additional Assessment

To Reproduce Initiatives > Click "Expand" button > Assess Additional Criteria > Fill in details > Save > Error occured

Expected behavior Save successfully

Screenshots Live env: image

This issue can be replicated in local env, with error details showed: image

dan-tang-ssd commented 1 year ago

This issue has just been fixed.

Root cause: We split assessment status into three different status: red flag status, principle status and additional status. The original program is still referring to old column assessment status.

Solution: Update program to refer to additional status for additional criteria assessment.

@dave-mills, sorry that I have pushed the updated file to dev branch directly. (Due to my unfamiliar use of PHP Storm... I did not notice I have not created a new branch successfully before pushing program change...)

Live env has been updated. Performed testing in live env with positive testing result.