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] - Cannot Finalise Principles Assessments #79

Closed dave-mills closed 1 year ago

dave-mills commented 1 year ago

Describe the bug Cannot finalise assessments

To Reproduce I clicked on “Finalise Assessment”, which brought me to the following error notice:

ERROR 500 It's not you, it's me. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'assessment_status' in 'field list' (Connection: mysql, SQL: update assessments set assessment_status = Complete, assessments.updated_at = 2023-06-27 09:28:02 where id = 542)

Expected behavior The 'finalise assessment' checkbox should enable on completion, and the finalise button should work!