From e7bf88c7039ce759d6c66d3cc9bb502ae1a03f77 Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 21 Jun 2022 14:26:34 +0200 Subject: [PATCH] Fix order --- modules/ticket/front/weekly/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ticket/front/weekly/index.html b/modules/ticket/front/weekly/index.html index be7ac6b74..3c739d5f9 100644 --- a/modules/ticket/front/weekly/index.html +++ b/modules/ticket/front/weekly/index.html @@ -4,7 +4,7 @@ filter="::$ctrl.filter" limit="20" data="weeklies" - order="ticketFk, id DESC" + order="weekDay, ticketFk" primary-key="ticketFk" auto-load="true">