mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
dev and fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Subject",
|
||||
"name": "Name",
|
||||
"parent": "Parent",
|
||||
"status": "Status",
|
||||
"dateSent": "Date Sent",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
[
|
||||
{
|
||||
"name":"from",
|
||||
"view": "Email.Fields.ComposeFromAddress"
|
||||
"view": "views/email/fields/compose-from-address"
|
||||
},
|
||||
{"name":"cc"}
|
||||
],
|
||||
@@ -19,10 +19,10 @@
|
||||
},
|
||||
{
|
||||
"name":"selectTemplate",
|
||||
"view":"Email.Fields.SelectTemplate"
|
||||
"view":"views/email/fields/select-template"
|
||||
}
|
||||
],
|
||||
[{"name":"name","fullWidth":true}],
|
||||
[{"name":"subject","fullWidth":true}],
|
||||
[{"name":"body","fullWidth":true}],
|
||||
[{"name":"attachments"},{"name":"isHtml"}]
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
[{"name":"dateSent"}, {"name":"to"}],
|
||||
[{"name":"parent"}, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"name","fullWidth":true}],
|
||||
[{"name":"subject","fullWidth":true}],
|
||||
[{"name":"body","fullWidth":true}],
|
||||
[{"name":"attachments"},{"name":"isHtml"}]
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
[{"name":"parent"}, {"name":"to"}],
|
||||
[false, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"name", "fullWidth": true}],
|
||||
[{"name":"subject", "fullWidth": true}],
|
||||
[{"name":"body", "fullWidth": true}],
|
||||
[{"name":"attachments", "fullWidth": true}]
|
||||
]
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
{"name":"subject","width":35,"link":true,"notSortable": true},
|
||||
{"name":"status","notSortable": true, "width":10},
|
||||
{"name":"parent","notSortable": true, "width": 16},
|
||||
{"name":"dateSent","view": "Fields.DatetimeShort", "notSortable": true, "width":10, "align": "right"}
|
||||
{"name":"dateSent","view": "views/fields/date-time-short", "notSortable": true, "width":10, "align": "right"}
|
||||
]
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"type": "varchar",
|
||||
"required": true,
|
||||
"notStorable": true,
|
||||
"view": "Email.Fields.Subject"
|
||||
"view": "views/email/fields/subject",
|
||||
"disabled": true
|
||||
},
|
||||
"fromName": {
|
||||
"type": "varchar"
|
||||
|
||||
Reference in New Issue
Block a user