From 57ede36b89e12af77cb62d4392d64a3e2ca4e7ef Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 20 Dec 2024 17:49:25 +0200 Subject: [PATCH] working time exception change order --- .../Espo/Resources/metadata/entityDefs/WorkingTimeRange.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/WorkingTimeRange.json b/application/Espo/Resources/metadata/entityDefs/WorkingTimeRange.json index bbdc418c89..3a89ba0bf3 100644 --- a/application/Espo/Resources/metadata/entityDefs/WorkingTimeRange.json +++ b/application/Espo/Resources/metadata/entityDefs/WorkingTimeRange.json @@ -80,7 +80,7 @@ }, "collection": { "orderBy": "dateStart", - "order": "asc" + "order": "desc" }, "indexes": { "typeRange": {