Skip to content

Commit

Permalink
Merge pull request #583 from rdmorganiser/dev-1.9.2/552-fix_attribute…
Browse files Browse the repository at this point in the history
…_serializer

add uri_prefix to AttributeIndexSerializer
  • Loading branch information
jochenklar authored Feb 17, 2023
2 parents dd0a232 + 3030518 commit 4576ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdmo/domain/serializers/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class Meta:
fields = (
'id',
'uri',
'uri_prefix',
'key',
'path'
)

0 comments on commit 4576ba0

Please sign in to comment.