Skip to content

Commit

Permalink
fix(settings): remove field owner_organization from App Settings
Browse files Browse the repository at this point in the history
ref: #441 fixes #439
  • Loading branch information
jon-nfc committed Dec 22, 2024
1 parent 0f5b2b6 commit 2dfab2a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/settings/serializers/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ class Meta:
# '_urls',
# ]

# read_only_fields = [
# 'id',
# 'display_name',
# 'created',
# 'modified',
# '_urls',
# ]
read_only_fields = [
'id',
'display_name',
'owner_organization',
'created',
'modified',
'_urls',
]


class AppSettingsViewSerializer(AppSettingsModelSerializer):
Expand Down

0 comments on commit 2dfab2a

Please sign in to comment.