From 84bc71339586b4ee404fd20193d6dc25acb7f0c4 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 16 Jul 2026 07:43:46 +1000 Subject: [PATCH] FE: Notifications sorting fix #1713 --- front/userNotifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/userNotifications.php b/front/userNotifications.php index f5362982..1100631e 100755 --- a/front/userNotifications.php +++ b/front/userNotifications.php @@ -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; }