From 205091dc6ff30edaf050cbdd664a378211e35c48 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 11 May 2025 12:41:45 +0300 Subject: [PATCH] change email template order --- application/Espo/Resources/i18n/en_US/EmailTemplate.json | 2 +- .../Espo/Resources/metadata/entityDefs/EmailTemplate.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/EmailTemplate.json b/application/Espo/Resources/i18n/en_US/EmailTemplate.json index 23547f7f63..763437ff76 100644 --- a/application/Espo/Resources/i18n/en_US/EmailTemplate.json +++ b/application/Espo/Resources/i18n/en_US/EmailTemplate.json @@ -24,7 +24,7 @@ "oneOff": "Check if you are going to use this template only once. E.g. for Mass Email." }, "presetFilters": { - "actual": "Actual" + "actual": "Active" }, "placeholderTexts": { "today": "Today's date", diff --git a/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json b/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json index 18a0357fd4..21546c40d2 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json @@ -86,8 +86,8 @@ } }, "collection": { - "orderBy": "createdAt", - "order": "desc", + "orderBy": "name", + "order": "asc", "textFilterFields": ["name"] }, "optimisticConcurrencyControl": true