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": {