Send newsletter + Listing + Last Step
- fixed Selection React - fixed bulk actions (side effect of muti selection) - added actual sending of newsletter - added Setting::getValue($key, $default) in order to get settings - improved Bridge class to allow override of from/reply_to - added jquery.serializeObject to ease the pain when posting form data
This commit is contained in:
@ -58,7 +58,13 @@ config.push(_.extend({}, baseConfig, {
|
||||
name: 'admin',
|
||||
entry: {
|
||||
vendor: ['handlebars', 'handlebars_helpers'],
|
||||
mailpoet: ['mailpoet', 'ajax', 'modal', 'notice'],
|
||||
mailpoet: [
|
||||
'mailpoet',
|
||||
'ajax',
|
||||
'modal',
|
||||
'notice',
|
||||
'jquery.serialize_object'
|
||||
],
|
||||
admin: [
|
||||
'settings.jsx',
|
||||
'subscribers/subscribers.jsx',
|
||||
|
Reference in New Issue
Block a user