Merge branch 'hotfix/3.7.4'

This commit is contained in:
yuri
2015-10-20 17:38:11 +03:00
2 changed files with 3 additions and 2 deletions
@@ -11,7 +11,8 @@
},
"type": {
"type": "enum",
"options": ["Email", "Newsletter", "Web", "Television", "Radio", "Mail"]
"options": ["Email", "Newsletter", "Web", "Television", "Radio", "Mail"],
"default": "Email"
},
"startDate": {
"type": "date"
@@ -29,7 +29,7 @@ Espo.define('crm:views/mass-email/record/row-actions/for-campaign', 'views/recor
if (this.options.acl.edit && !~['Complete'].indexOf(this.model.get('status'))) {
actionList.unshift({
action: 'sendTest',
label: 'Sent Test',
label: 'Send Test',
data: {
id: this.model.id
}