From 76bf7dba23bfa977f217a3618a28539b47a7d7a6 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 1 Aug 2025 15:00:38 +0300 Subject: [PATCH] items editable param --- application/Espo/Resources/i18n/en_US/Admin.json | 3 ++- application/Espo/Resources/i18n/en_US/FieldManager.json | 1 + application/Espo/Resources/metadata/fields/array.json | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/Admin.json b/application/Espo/Resources/i18n/en_US/Admin.json index 85d1ab433e..d6ddfdae9b 100644 --- a/application/Espo/Resources/i18n/en_US/Admin.json +++ b/application/Espo/Resources/i18n/en_US/Admin.json @@ -240,7 +240,8 @@ "relateOnImport": "Relate on Import", "aclScope": "ACL Scope", "onlyAdmin": "Only for Admin", - "notStorable": "Not Storable" + "notStorable": "Not Storable", + "itemsEditable": "Items Editable" }, "strings" : { "rebuildRequired": "Rebuild is required" diff --git a/application/Espo/Resources/i18n/en_US/FieldManager.json b/application/Espo/Resources/i18n/en_US/FieldManager.json index 303e1ef8a6..05a96714d2 100644 --- a/application/Espo/Resources/i18n/en_US/FieldManager.json +++ b/application/Espo/Resources/i18n/en_US/FieldManager.json @@ -104,6 +104,7 @@ "conversionDisabled": "The currency conversion action won't be applied to this field.", "pattern": "A regular expression to check a field value against. Define an expression or select a predefined one.", "options": "A list of possible values and their labels.", + "itemsEditable": "Items can be edited. Available only if no options are specified.", "optionsArray": "A list of possible values and their labels. If empty, the field will allow entering custom values.", "maxCount": "Maximum number of items allowed to be selected.", "displayAsList": "Each item in a new line.", diff --git a/application/Espo/Resources/metadata/fields/array.json b/application/Espo/Resources/metadata/fields/array.json index 249e984b21..38f2c49806 100644 --- a/application/Espo/Resources/metadata/fields/array.json +++ b/application/Espo/Resources/metadata/fields/array.json @@ -48,6 +48,11 @@ "min": 1, "tooltip": true }, + { + "name": "itemsEditable", + "type": "bool", + "tooltip": true + }, { "name": "pattern", "type": "varchar",