new view naming

This commit is contained in:
yuri
2016-02-03 15:30:33 +02:00
parent cd0a32846c
commit 4492293464
2 changed files with 3 additions and 3 deletions
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "espocrm",
"version": "3.9.2",
"version": "4.0.0-beta.1",
"description": "",
"main": "index.php",
"repository": {