mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user