From b45ff69376d06cc3a87bf85ef9bbc1033bd5bee0 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 24 Apr 2018 14:00:17 +0300 Subject: [PATCH] email account assigned user view --- .../Espo/Resources/metadata/entityDefs/EmailAccount.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json index 2ce78d10e6..30847ae41a 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json @@ -78,7 +78,8 @@ }, "assignedUser": { "type": "link", - "required": true + "required": true, + "view": "views/fields/assigned-user" }, "useImap": { "type": "bool",