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:
@@ -119,7 +119,7 @@ define(
|
||||
'has-row-actions'
|
||||
);
|
||||
|
||||
var status;
|
||||
var status = '';
|
||||
|
||||
switch(parseInt(subscriber.status, 10)) {
|
||||
case 1:
|
||||
|
Reference in New Issue
Block a user