Allow to select multiple actions in the eventlog filter
This commit is contained in:
@@ -559,10 +559,10 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
}).error(defaultErrorHandler(callback));
|
||||
};
|
||||
|
||||
Client.prototype.getEventLogs = function (action, search, page, perPage, callback) {
|
||||
Client.prototype.getEventLogs = function (actions, search, page, perPage, callback) {
|
||||
var config = {
|
||||
params: {
|
||||
action: action,
|
||||
actions: actions,
|
||||
search: search,
|
||||
page: page,
|
||||
per_page: perPage
|
||||
|
||||
Reference in New Issue
Block a user