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

Object param provider, empty string bug fix #299

Merged
merged 7 commits into from
Jul 18, 2017
Merged

Object param provider, empty string bug fix #299

merged 7 commits into from
Jul 18, 2017

Conversation

Ben-Mark
Copy link
Contributor

@Ben-Mark Ben-Mark commented Jul 16, 2017

#293
Fix - whenever the value of the key-value pair is an "empty string" the entire field won't be initialized / reinitialized , as a result the value will become null.

So far , whenever the user inserts a string into an object via the object parameter provider & afterwards deletes that input , the result is that the specific field acquired an empty string, instead of a null value.
Fix - whenever the value of the key-value pair is an "empty string" the entire field will be ignored , as a result the value will become null.
@itaiag itaiag merged commit 4c611f1 into Top-Q:master Jul 18, 2017
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.

2 participants