Skip to content

Commit

Permalink
Merge 0757127 into 33bce7e
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Délèze committed Aug 31, 2021
2 parents 33bce7e + 0757127 commit 3a22f69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sonar/modules/organisations/serializers/schemas/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ class ExportSchemaV1(Schema):
isShared = fields.Boolean(dump_only=True)
isDedicated = fields.Boolean(dump_only=True)
files = fields.Method('get_files', dump_only=True)
allowedIps = fields.String(dump_only=True)
platformName = fields.String(dump_only=True)
documentsCustomField1 = fields.Dict(dump_only=True)
documentsCustomField2 = fields.Dict(dump_only=True)
documentsCustomField3 = fields.Dict(dump_only=True)

def get_files(self, obj):
"""Get files."""
Expand Down

0 comments on commit 3a22f69

Please sign in to comment.