Add search param
This commit is contained in:
@@ -1974,11 +1974,12 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
};
|
||||
|
||||
// Email
|
||||
Client.prototype.getMailEventLogs = function (page, perPage, callback) {
|
||||
Client.prototype.getMailEventLogs = function (search, page, perPage, callback) {
|
||||
var config = {
|
||||
params: {
|
||||
page: page,
|
||||
per_page: perPage
|
||||
per_page: perPage,
|
||||
search: search
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user