-
-
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
Add test for changesetKeys to helper #525
Conversation
I think this represents my use-case right now. If i'm reading the test correctly, you'll find that it's immediately going to be |
It doesn't seem to matter how I instantiate my changeset, whether it be from the template or from JS. Currently doing: And getting the same issue. |
Ok. so if I remove the relationship keys from the ...sigh... this is not what I want either... I've traced my problem down to an interaction between |
@csprocket777 I'm wondering what the results are here. Is |
What I end up seeing here is: userChangesetKeys:
and validationKeys:
I think |
I have an example dummy app that represents the issue I'm currently facing: |
ref #523
@csprocket777 👋. I'm familiar with the problem you are having. I haven't come up with a good solution for outside factors attaching state to changesets (including opening Ember inspector). How does this passing test compare to your setup?