fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.

This commit is contained in:
Julian Lam
2015-07-10 15:38:42 -04:00
parent 1229470bba
commit 534b13e089
3 changed files with 21 additions and 8 deletions

View File

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