email: add type filter to eventlog
This commit is contained in:
@@ -2002,10 +2002,11 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
};
|
||||
|
||||
// Email
|
||||
Client.prototype.getMailEventLogs = function (search, page, perPage, callback) {
|
||||
Client.prototype.getMailEventLogs = function (search, types, page, perPage, callback) {
|
||||
var config = {
|
||||
params: {
|
||||
page: page,
|
||||
types: types,
|
||||
per_page: perPage,
|
||||
search: search
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user