From 8328e8c644963ccfb56bc045db02bef2d874285a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 2 Apr 2024 19:38:09 +0300 Subject: [PATCH] fix action history order --- .../Espo/Resources/metadata/entityDefs/ActionHistoryRecord.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/ActionHistoryRecord.json b/application/Espo/Resources/metadata/entityDefs/ActionHistoryRecord.json index d8497b3db2..0a38289bd8 100644 --- a/application/Espo/Resources/metadata/entityDefs/ActionHistoryRecord.json +++ b/application/Espo/Resources/metadata/entityDefs/ActionHistoryRecord.json @@ -69,7 +69,7 @@ }, "collection": { "orderBy": "number", - "order": "asc", + "order": "desc", "textFilterFields": ["ipAddress", "userName"], "countDisabled": true },