We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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_completed and date_declined.
date_completed
date_declined
Deprecate these fields, as well as the status property, and use the corrected property as the sole measure of status.
status
corrected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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_completed
anddate_declined
.Proposed solution
Deprecate these fields, as well as the
status
property, and use thecorrected
property as the sole measure of status.The text was updated successfully, but these errors were encountered: