]> source.dussan.org Git - nextcloud-server.git/commitdiff
Initial fix for #15494
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 12 Apr 2015 14:22:21 +0000 (16:22 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sun, 12 Apr 2015 14:29:05 +0000 (16:29 +0200)
settings/js/users/users.js

index 154003bb84045f4af05a95d03dc71c81ff33aeac..e67540fd117479a4ce6d1e339154e5217be56b99 100644 (file)
@@ -48,7 +48,7 @@ var UserList = {
         * @returns table row created for this user
         */
        add: function (user, sort) {
-               if (this.currentGid && _.indexOf(user.groups, this.currentGid) < 0) {
+               if (this.currentGid && this.currentGid !== '_everyone' && _.indexOf(user.groups, this.currentGid) < 0) {
                        return;
                }