Added a missing related object to the person information export. Related to issue #2501.
- Legacy-Id: 15208
This commit is contained in:
parent
a88239f5c6
commit
816f5de566
|
@ -70,6 +70,6 @@ class PersonExportView(DetailView, JsonExportMixin):
|
|||
'sendqueue', 'nominee', 'topicfeedbacklastseen', 'alias', 'email', 'apikeys', 'personevent',
|
||||
'reviewersettings', 'reviewsecretarysettings', 'unavailableperiod', 'reviewwish',
|
||||
'nextreviewerinteam', 'reviewrequest', 'meetingregistration', 'submissionevent', 'preapproval',
|
||||
'user']
|
||||
'user', 'user__communitylist', ]
|
||||
return self.json_view(request, filter={'id':person.id}, expand=expand)
|
||||
|
||||
|
|
Loading…
Reference in a new issue