4533: Set group_class="role" on "All users" group.
authorTom Clegg <tom@curoverse.com>
Fri, 21 Nov 2014 14:44:07 +0000 (09:44 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 21 Nov 2014 14:44:07 +0000 (09:44 -0500)
services/api/lib/current_api_client.rb
services/api/test/fixtures/groups.yml

index b2c4db8329d97c507f44ef66098d53b6fe2fbcc0..9f78587eabe9de75e37f49268d508d832203ad46 100644 (file)
@@ -111,7 +111,8 @@ module CurrentApiClient
           $all_users_group = Group.
             where(uuid: all_users_group_uuid).first_or_create do |g|
             g.update_attributes(name: "All users",
-                                description: "All users")
+                                description: "All users",
+                                group_class: "role")
           end
         end
       end
index 6349a8287e4d75c5e04b5851c4898c1e56358f0b..c98cdfa170f166d47970f6e0c372f35ba4f3ea27 100644 (file)
@@ -47,8 +47,10 @@ empty_lonely_group:
 
 all_users:
   uuid: zzzzz-j7d0g-fffffffffffffff
-  owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
+  owner_uuid: zzzzz-tpzed-000000000000000
   name: All users
+  description: All users
+  group_class: role
 
 testusergroup_admins:
   uuid: zzzzz-j7d0g-48foin4vonvc2at