FE: Notifications sorting fix #1713

This commit is contained in:
jokob-sk
2026-07-16 07:43:46 +10:00
parent 05e0f69e31
commit 84bc713395

View File

@@ -88,7 +88,7 @@ require 'php/templates/header.php';
}
// Keep sortable value for DataTables
if (type === "sort" || type === "type") {
if (type === "sort" || type === "type" || type !== "display") {
return result;
}