Ahasuerus - 2026-08-06
  • summary: Post-Python 3: Award Category Delete submission builder doesn't check for linked awards --> Post-Python 3: Award Category Deletion doesn't always check for linked awards
  • Description has changed:

Diff:

--- old
+++ new
@@ -1 +1 @@
-The Award Category Delete submission builder (edit/submitdeleteawardcat.py) doesn't check for linked awards. The check *is* performed in edit/deleteawardcat.py and by the submission review page, but it would be better to perform it in edit/submitdeleteawardcat.py as well in order to avoid creating invalid submissions due to timing issues.
+The Award Category Delete submission builder (edit/submitdeleteawardcat.py) and the approval script (mod/ award_cat_delete_file.py) do not check for linked awards. The check *is* performed in edit/deleteawardcat.py and by the submission review page, but it would be better to perform it in edit/submitdeleteawardcat.py and in mod/ award_cat_delete_file.py as well in order to avoid creating/approving invalid submissions due to timing issues.