From daedb1698a61c7b18b4cc976128f17380b97de2b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 9 Nov 2023 16:36:52 +0200 Subject: [PATCH] phone number list: numeric filter --- application/Espo/Resources/i18n/en_US/PhoneNumber.json | 3 ++- application/Espo/Resources/layouts/PhoneNumber/filters.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/PhoneNumber.json b/application/Espo/Resources/i18n/en_US/PhoneNumber.json index 2b8389b5d0..0ed5c8704d 100644 --- a/application/Espo/Resources/i18n/en_US/PhoneNumber.json +++ b/application/Espo/Resources/i18n/en_US/PhoneNumber.json @@ -2,7 +2,8 @@ "fields": { "type": "Type", "optOut": "Opted Out", - "invalid": "Invalid" + "invalid": "Invalid", + "numeric": "Numeric Value" }, "presetFilters": { "orphan": "Orphan" diff --git a/application/Espo/Resources/layouts/PhoneNumber/filters.json b/application/Espo/Resources/layouts/PhoneNumber/filters.json index b07837479e..a39078e611 100644 --- a/application/Espo/Resources/layouts/PhoneNumber/filters.json +++ b/application/Espo/Resources/layouts/PhoneNumber/filters.json @@ -1,4 +1,5 @@ [ "optOut", - "invalid" -] \ No newline at end of file + "invalid", + "numeric" +]