Added "Subscribers without a segment" filter

- removed useless dependency in filters.jsx
- fixed issue with Router\Subscribers::save() not updating segments
This commit is contained in:
Jonathan Labreuille
2016-02-08 10:32:06 +01:00
parent 67a3440ced
commit 4b6fa0e760
3 changed files with 44 additions and 23 deletions

View File

@ -1,12 +1,10 @@
define([
'react',
'jquery',
'mailpoet'
'jquery'
],
function(
React,
jQuery,
MailPoet
jQuery
) {
var ListingFilters = React.createClass({
handleFilterAction: function() {