Skip to content

Commit

Permalink
fix(early-access-features): Fix retrieval of teams (#26802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Dec 10, 2024
1 parent 3607d71 commit b5ad806
Show file tree
Hide file tree
Showing 5 changed files with 1,053 additions and 1 deletion.
2 changes: 2 additions & 0 deletions posthog/api/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class Meta:
model = Team
fields = [
"id",
"project_id",
"uuid",
"name",
"api_token",
Expand All @@ -141,6 +142,7 @@ class Meta:
"heatmaps_opt_in",
"capture_dead_clicks",
]
read_only_fields = fields


class TeamSerializer(serializers.ModelSerializer, UserPermissionsSerializerMixin, UserAccessControlSerializerMixin):
Expand Down
Loading

0 comments on commit b5ad806

Please sign in to comment.