Added Person.personextresource_set to the information returned in the personal-information JSON blob.
- Legacy-Id: 18543
This commit is contained in:
parent
49e62ef6c7
commit
6cd3e6c83e
|
@ -83,7 +83,9 @@ class PersonalInformationExportView(DetailView, JsonExportMixin):
|
|||
'sendqueue', 'nominee', 'topicfeedbacklastseen', 'alias', 'email', 'apikeys', 'personevent',
|
||||
'reviewersettings', 'reviewsecretarysettings', 'unavailableperiod', 'reviewwish',
|
||||
'nextreviewerinteam', 'reviewrequest', 'meetingregistration', 'submissionevent', 'preapproval',
|
||||
'user', 'user__communitylist', ]
|
||||
'user', 'user__communitylist', 'personextresource_set', ]
|
||||
|
||||
|
||||
return self.json_view(request, filter={'id':person.id}, expand=expand)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue