From 079f99ca0d75ba8f6848e149a11cf088d35e7a1b Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 17 Sep 2021 08:50:22 +0200 Subject: [PATCH] fix(tickets): fixed ticket duplications on ticket summary and ticket index caused by pagination Refs: 3093 --- modules/client/front/summary/index.html | 6 +++--- modules/ticket/front/main/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/client/front/summary/index.html b/modules/client/front/summary/index.html index 81f80d370..146bd16e5 100644 --- a/modules/client/front/summary/index.html +++ b/modules/client/front/summary/index.html @@ -5,7 +5,7 @@ filter="::$ctrl.ticketFilter" limit="5" data="tickets" - order="shipped DESC"> + order="shipped DESC, id">
@@ -293,7 +293,7 @@ Id Nickname Agency - Route + Route Packages Date State @@ -314,7 +314,7 @@ {{::ticket.nickname}} - + {{::ticket.agencyMode.name}} diff --git a/modules/ticket/front/main/index.html b/modules/ticket/front/main/index.html index 8e9af1e12..590d33887 100644 --- a/modules/ticket/front/main/index.html +++ b/modules/ticket/front/main/index.html @@ -2,7 +2,7 @@ vn-id="model" url="Tickets/filter" limit="20" - order="shippedDate DESC, shippedHour ASC, zoneLanding ASC"> + order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">