Added Person.personextresource_set to the information returned in the personal-information JSON blob.

- Legacy-Id: 18543
This commit is contained in:
Henrik Levkowetz 2020-10-02 12:10:33 +00:00
parent 49e62ef6c7
commit 6cd3e6c83e

View file

@ -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)