admin/manage/groups pagination

This commit is contained in:
Barış Soner Uşaklı
2015-07-09 14:01:06 -04:00
parent 1602b378e3
commit a12ecbc230
7 changed files with 86 additions and 15 deletions

View File

@@ -46,7 +46,9 @@ define('autocomplete', function() {
source: function(request, response) {
socket.emit('groups.search', {
query: request.term,
options: {}
options: {
filterHidden: true
}
}, function(err, results) {
if (err) {
return app.alertError(err.message);