Skip to content

Commit 6cd3e6c

Browse files
committed
Added Person.personextresource_set to the information returned in the personal-information JSON blob.
- Legacy-Id: 18543
1 parent 49e62ef commit 6cd3e6c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/api/views.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ def get(self, request):
8383
'sendqueue', 'nominee', 'topicfeedbacklastseen', 'alias', 'email', 'apikeys', 'personevent',
8484
'reviewersettings', 'reviewsecretarysettings', 'unavailableperiod', 'reviewwish',
8585
'nextreviewerinteam', 'reviewrequest', 'meetingregistration', 'submissionevent', 'preapproval',
86-
'user', 'user__communitylist', ]
86+
'user', 'user__communitylist', 'personextresource_set', ]
87+
88+
8789
return self.json_view(request, filter={'id':person.id}, expand=expand)
8890

8991

0 commit comments

Comments
 (0)