You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @snewcomer for the prompt response and fix to #592
I have been testing it since you updated validated-changeset earlier, and it does resolve the problem in most cases, but when I am working with ember-data objects in (ember 3.24) I am still seeing what look like problems, but you may be able to tell me that I'm doing it wrong.
I have tried constructing this as a test, but failed, hence the project referenced above.
Thanks again for your efforts which are much appreciated.
Regards
Adrian
The text was updated successfully, but these errors were encountered:
Version
main
Test Case
Thank you @snewcomer for the prompt response and fix to #592
I have been testing it since you updated validated-changeset earlier, and it does resolve the problem in most cases, but when I am working with ember-data objects in (ember 3.24) I am still seeing what look like problems, but you may be able to tell me that I'm doing it wrong.
See test project uploaded as https://github.com/flynnawtc/cs-test
The behaviour of the changeset appears to differ depending on whether an Ember-Data object is used or not.
When I construct a changeset as:
then
I can use any of the following to get the same result ('leaf 1'):
However when I construct the changeset using ember-data:
then this works, returning 'leaf 1':
but these don't - they return 'undefined'
I have tried constructing this as a test, but failed, hence the project referenced above.
Thanks again for your efforts which are much appreciated.
Regards
Adrian
The text was updated successfully, but these errors were encountered: