From 4a3cc8a3c8ec3e31d055cfccf47c3876bde6aae7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 11 Oct 2024 12:48:26 +0300 Subject: [PATCH] note search by created by team --- application/Espo/Resources/metadata/entityDefs/Note.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Note.json b/application/Espo/Resources/metadata/entityDefs/Note.json index a0f249811e..f6ec3b41f5 100644 --- a/application/Espo/Resources/metadata/entityDefs/Note.json +++ b/application/Espo/Resources/metadata/entityDefs/Note.json @@ -139,12 +139,14 @@ "createdBy": { "type": "link", "readOnly": true, - "customizationDisabled": true + "customizationDisabled": true, + "view": "views/fields/user" }, "modifiedBy": { "type": "link", "readOnly": true, - "customizationDisabled": true + "customizationDisabled": true, + "view": "views/fields/user" } }, "links": {