-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Setting a relationship to null
does not allow it to be set to any other value afterwards
#643
Comments
@fonsovariz I came across the same issue. Seems this has to do with some conditional logic inside 'validated-changeset'. Anyway I was able to workaround this by setting the value to 'undefined' instead of 'null'. See if that helps. |
Seems like an easy PR if you want to take it! |
@snewcomer yup - let me give it a try ;) |
@snewcomer this pull request fixes it for me: |
@snewcomer just a quick update - the issue disappeared the moment we upgraded our app to ember 3.28. I guess this issue can be closed |
I'll leave it to @fonsovariz confirm. But missing |
1 Year Later |
Version
v3.15.0
Expected Behavior
When setting a relationship to
null
, you should then be able to set it back to another value.Actual Behavior
When setting a relationship to
null
, you are not able to set its value to anything else and it remains set tonull
.Steps to reproduce
The text was updated successfully, but these errors were encountered: