wakon5544 Active member Jan 9, 2022 #1 Affected version v2.2.7 Patch 1 If an authorized person has given a warning before, he can remove this warning even if he is unauthorized. It does not fall into the moderator logs in any way. prior authorized person, It has no authorized but can delete
If an authorized person has given a warning before, he can remove this warning even if he is unauthorized. It does not fall into the moderator logs in any way. prior authorized person, It has no authorized but can delete
FTL Well-known member Jan 10, 2022 #2 You've tested it on an old version of XF. Is it still present in the latest version? It's not clear which version that red confirmed tag refers to.
You've tested it on an old version of XF. Is it still present in the latest version? It's not clear which version that red confirmed tag refers to.
beerForo Well-known member Jan 10, 2022 #3 FTL said: It's not clear which version that red confirmed tag refers to. Click to expand... Latest, or they would have told him to upgrade.
FTL said: It's not clear which version that red confirmed tag refers to. Click to expand... Latest, or they would have told him to upgrade.
wakon5544 Active member Jan 11, 2022 #4 I tested the latest version (v2.2.8). problem exists I just turn on this setting
X Xon Well-known member Jan 12, 2022 #5 I believe this is migrated if you are using my Warning Improvements add-on
wakon5544 Active member Jan 12, 2022 #6 Xon said: I believe this is migrated if you are using my Warning Improvements add-on Click to expand... I tried it without the plugin, there is a problem
Xon said: I believe this is migrated if you are using my Warning Improvements add-on Click to expand... I tried it without the plugin, there is a problem
Chris D XenForo developer Staff member Apr 23, 2024 #7 Ultimately this is as-designed: I As designed Thread '"Delete all warnings" permission does not work for moderators' Feb 3, 2020 Moderators can delete warnings and/or modify when they expire even though "Delete all warnings" permission is set to No or Never. In src/XF/Entity/Warning.php functions canDelete() and canEditExpiry() include a code overriding "Delete all warnings" permission: Code: if ($this->warning_user_id == $visitor->user_id) { return true; }
Ultimately this is as-designed: I As designed Thread '"Delete all warnings" permission does not work for moderators' Feb 3, 2020 Moderators can delete warnings and/or modify when they expire even though "Delete all warnings" permission is set to No or Never. In src/XF/Entity/Warning.php functions canDelete() and canEditExpiry() include a code overriding "Delete all warnings" permission: Code: if ($this->warning_user_id == $visitor->user_id) { return true; }