Closed (fixed)
Project:
Open Social
Version:
10.3.x-dev
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2021 at 12:46 UTC
Updated:
14 Jan 2022 at 13:44 UTC
Jump to comment: Most recent
When trying to export event enrolments an AJAX error occurs.
1. Install the social_event_enrollments_export and social_birthday
2. Go to event with enrollments
3. Export the enrollments
The issue is that in UserExportPluginBase the method profileGetFieldValue is typed hinted to return a string, but that is not entirely true, because the field can be NULL. So we need to make sure we always return a string.
/
/
/
Comments
Comment #2
nkoporecPR: https://github.com/goalgorilla/open_social/pull/2631
Comment #6
tbsiqueiraComment #8
tbsiqueira