3687: OK here just means this loop is OK, not everything is OK!
authorTom Clegg <tom@curoverse.com>
Fri, 3 Oct 2014 23:44:56 +0000 (19:44 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 3 Oct 2014 23:44:56 +0000 (19:44 -0400)
services/api/app/models/user.rb

index 2738e6070f36b845e5e438e0541be72e3f0522e7..f283ea3ef8f2e8d1911a46534c65bd50b41f837a 100644 (file)
@@ -88,7 +88,7 @@ class User < ArvadosModel
                       name: sufficient_perms,
                       tail_uuid: groups_i_can(action) + [self.uuid],
                       head_uuid: target_uuid).any?
-          return true
+          next
         end
       end
       return false