Skip to content

Commit

Permalink
user group serializer send out stats visibility (#4236)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Aug 22, 2023
1 parent 76663b2 commit cfc8279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/user_group_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class UserGroupSerializer
include RecentLinkSerializer
include CachedSerializer

attributes :id, :name, :display_name, :classifications_count, :created_at, :updated_at, :type, :href, :join_token
attributes :id, :name, :display_name, :classifications_count, :created_at, :updated_at, :type, :href, :join_token, :stats_visibility
can_include :memberships, :users,
projects: { param: "owner", value: "name" },
collections: { param: "owner", value: "name" }
Expand Down

0 comments on commit cfc8279

Please sign in to comment.