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

Correct state change order #549

Merged
merged 1 commit into from Aug 20, 2018
Merged

Conversation

sophypal
Copy link
Contributor

#PATCH#

ember-frost-bunsen wasn't updating the store properly which resulted in the store having an older version of the model. bunsen-core@2.1.1 was updated to rely on the store model for validation updates and it causes issues with validation not working correctly on the initial render. Quite a few tests failed with that version of bunsen-core. This PR fixes the problem by updating the store in the normal fashion (update model/view, update value, then validation). No additional tests were added as current tests assured existing functionality is intact.

CHANGELOG

  • Fix an issue that bunsen-core@2.1.1 introduced which forced validation with the latest model from the store.

@sophypal sophypal requested a review from a team as a code owner August 20, 2018 20:58
@sophypal sophypal merged commit bdebbe0 into ciena-frost:master Aug 20, 2018
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