Handle these here too

This commit is contained in:
Watchful1 2024-09-17 20:19:34 -07:00
parent db2c739b6d
commit 22127dd637

View file

@ -79,8 +79,8 @@ field_actions = {
"locked": FieldAction.OVERWRITE, "locked": FieldAction.OVERWRITE,
"media_metadata": FieldAction.OVERWRITE, "media_metadata": FieldAction.OVERWRITE,
"mod_note": FieldAction.ALLOW_EMPTY, "mod_note": FieldAction.ALLOW_EMPTY,
"mod_reason_by": FieldAction.ALLOW_EMPTY, "mod_reason_by": FieldAction.SPECIAL_NO_OVERWRITE,
"mod_reason_title": FieldAction.ALLOW_EMPTY, "mod_reason_title": FieldAction.SPECIAL_NO_OVERWRITE,
"mod_reports": FieldAction.SPECIAL_NO_OVERWRITE, "mod_reports": FieldAction.SPECIAL_NO_OVERWRITE,
"mod_reports_dismissed": FieldAction.SPECIAL_NO_OVERWRITE, "mod_reports_dismissed": FieldAction.SPECIAL_NO_OVERWRITE,
"name": FieldAction.OVERWRITE_IF_NONE, "name": FieldAction.OVERWRITE_IF_NONE,