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 bug causing nullable multiselects to save as 'null' string #48

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

mstyles
Copy link
Contributor

@mstyles mstyles commented Jul 20, 2020

For nullable fields which do not saveAsJSON, if the value is null it was
being encoded and turned into a 'null' string. To resolve the issue,
add a check for if the value is null.

For nullable fields which do not saveAsJSON, if the value is null it was
being encoded and turned into a 'null' string. To resolve the issue,
add a check for if the value is null.
This was referenced Jul 20, 2020
@Tarpsvo Tarpsvo merged commit ad8dcf9 into outl1ne:master Jul 21, 2020
@Tarpsvo
Copy link
Collaborator

Tarpsvo commented Jul 21, 2020

Looks good to me. Thanks a ton!

@mstyles mstyles deleted the fix-null-string-json branch February 4, 2021 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants