Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use identifier for export instead of field identifier #7484

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

iamareebjamal
Copy link
Member

@iamareebjamal iamareebjamal commented Dec 3, 2020

Fixes fossasia/open-event-frontend#5643

field_identifier is saved as jobTitle instead of job_title for absolutely no good reason (other than weird JS centric approach to everything in the stack?), hence any field like country and firstname exported correctly, but Job Title didn't. That's why I had created identifier property previously which changes camel case to snake case and matches the attributes on attendee. Using this instead of field_identifier fixes the issue

@auto-label auto-label bot added the fix label Dec 3, 2020
@iamareebjamal iamareebjamal merged commit 41f2685 into fossasia:development Dec 3, 2020
@iamareebjamal iamareebjamal deleted the export-fix branch December 3, 2020 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attendee Export: CSV/PDF does not include all the questions set on the attendee form (Wizard step 3)
1 participant