You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Problem
The view which supposedly marks typesetting corrections as completed never seems to run:
https://github.com/BirkbeckCTP/typesetting/blob/b641acb277e7f8e0ec392f9ae3473642a0396202/views.py#L902-L906
Here is an example of TypesettingCorrection objects in production from several years ago:
The fields which are not touched are
date_completedanddate_declined.Proposed solution
Deprecate these fields, as well as the
statusproperty, and use thecorrectedproperty as the sole measure of status.