Listing Handler

- added a Listing Handler class to take care of listing params
- added status column to Subscriber
- added specific methods to both Newsletter & Subscriber models for listing
This commit is contained in:
Jonathan Labreuille
2015-09-02 14:47:18 +02:00
parent 12a664f44e
commit 3fe895a7fe
7 changed files with 153 additions and 120 deletions

View File

@@ -119,7 +119,7 @@ define(
'has-row-actions'
);
var status;
var status = '';
switch(parseInt(subscriber.status, 10)) {
case 1: