Merge branch 'hotfix/3.7.4'
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user