From dbaf3acaa3ca106869ed9cf5d2a190db1f67ed3d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 5 Oct 2024 10:04:42 +0300 Subject: [PATCH] email hash fields proper type --- application/Espo/Resources/metadata/entityDefs/Email.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Email.json b/application/Espo/Resources/metadata/entityDefs/Email.json index d7af7e3a75..083380a624 100644 --- a/application/Espo/Resources/metadata/entityDefs/Email.json +++ b/application/Espo/Resources/metadata/entityDefs/Email.json @@ -257,7 +257,7 @@ ] }, "nameHash": { - "type": "text", + "type": "jsonObject", "notStorable": true, "orderDisabled": true, "readOnly": true, @@ -265,14 +265,14 @@ "customizationDisabled": true }, "typeHash": { - "type": "text", + "type": "jsonObject", "notStorable": true, "readOnly": true, "utility": true, "customizationDisabled": true }, "idHash": { - "type": "text", + "type": "jsonObject", "notStorable": true, "orderDisabled": true, "readOnly": true,