projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d2e08
)
CRM-15855 - crmMailingMgr.create - New mailing template should be saveable
author
Tim Otten
<totten@civicrm.org>
Fri, 23 Jan 2015 07:51:07 +0000
(23:51 -0800)
committer
Tim Otten
<totten@civicrm.org>
Sat, 24 Jan 2015 02:36:23 +0000
(18:36 -0800)
js/angular-crmMailing/services.js
patch
|
blob
|
blame
|
history
diff --git
a/js/angular-crmMailing/services.js
b/js/angular-crmMailing/services.js
index 5dbc803a1a574e9461eb5c95f6ab03da5de8d1ad..cb4fb936b179ff7147b0aa4f5615f7dc9d1a0b6c 100644
(file)
--- a/
js/angular-crmMailing/services.js
+++ b/
js/angular-crmMailing/services.js
@@
-156,12
+156,12
@@
create: function create() {
return {
jobs: {}, // {jobId: JobRecord}
- name: "",
+ name: "
New Mailing
",
campaign_id: null,
from_name: crmFromAddresses.getDefault().author,
from_email: crmFromAddresses.getDefault().email,
replyto_email: "",
- subject: "",
+ subject: "
New Mailing
",
groups: {include: [], exclude: []},
mailings: {include: [], exclude: []},
body_html: "",