From 44922934642f217d6aade04bd9b7903543e56b9f Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 3 Feb 2016 15:30:33 +0200 Subject: [PATCH] new view naming --- application/Espo/Resources/metadata/entityDefs/Email.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Email.json b/application/Espo/Resources/metadata/entityDefs/Email.json index 19866dcf8c..d85c88625f 100644 --- a/application/Espo/Resources/metadata/entityDefs/Email.json +++ b/application/Espo/Resources/metadata/entityDefs/Email.json @@ -115,7 +115,7 @@ }, "fromEmailAddress": { "type": "link", - "view": "Email.Fields.FromEmailAddress" + "view": "views/fields/from-email-address" }, "toEmailAddresses": { "type": "linkMultiple" @@ -145,7 +145,7 @@ }, "attachments": { "type": "linkMultiple", - "view": "Fields.AttachmentMultiple" + "view": "views/fields/attachment-multiple" }, "hasAttachment": { "type": "bool", diff --git a/package.json b/package.json index 96f8689dcf..6a22157be2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "espocrm", - "version": "3.9.2", + "version": "4.0.0-beta.1", "description": "", "main": "index.php", "repository": {