From 1ef48759272b9ff34a7783b2796ff0ee5033978a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 19 Dec 2025 16:58:43 +0200 Subject: [PATCH] +30 days default date --- application/Espo/Resources/i18n/en_US/FieldManager.json | 1 + application/Espo/Resources/metadata/fields/date.json | 1 + 2 files changed, 2 insertions(+) diff --git a/application/Espo/Resources/i18n/en_US/FieldManager.json b/application/Espo/Resources/i18n/en_US/FieldManager.json index 5c918730d9..f64fbc458a 100644 --- a/application/Espo/Resources/i18n/en_US/FieldManager.json +++ b/application/Espo/Resources/i18n/en_US/FieldManager.json @@ -46,6 +46,7 @@ "javascript: return this.dateTime.getDateShiftedFromToday(8, 'days');": "+8 days", "javascript: return this.dateTime.getDateShiftedFromToday(9, 'days');": "+9 days", "javascript: return this.dateTime.getDateShiftedFromToday(10, 'days');": "+10 days", + "javascript: return this.dateTime.getDateShiftedFromToday(30, 'days');": "+30 days", "javascript: return this.dateTime.getDateShiftedFromToday(1, 'weeks');": "+1 week", "javascript: return this.dateTime.getDateShiftedFromToday(2, 'weeks');": "+2 weeks", "javascript: return this.dateTime.getDateShiftedFromToday(3, 'weeks');": "+3 weeks", diff --git a/application/Espo/Resources/metadata/fields/date.json b/application/Espo/Resources/metadata/fields/date.json index ad4dd08226..57247aed36 100644 --- a/application/Espo/Resources/metadata/fields/date.json +++ b/application/Espo/Resources/metadata/fields/date.json @@ -22,6 +22,7 @@ "javascript: return this.dateTime.getDateShiftedFromToday(8, 'days');", "javascript: return this.dateTime.getDateShiftedFromToday(9, 'days');", "javascript: return this.dateTime.getDateShiftedFromToday(10, 'days');", + "javascript: return this.dateTime.getDateShiftedFromToday(30, 'days');", "javascript: return this.dateTime.getDateShiftedFromToday(1, 'weeks');", "javascript: return this.dateTime.getDateShiftedFromToday(2, 'weeks');", "javascript: return this.dateTime.getDateShiftedFromToday(3, 'weeks');",