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

Merge in activeTransition QPs when doing a transition #13202

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

raytiley
Copy link
Contributor

Fixes #12169

@ZackMattor and I paired on this at the 2016 EmberConf Contributor Workshop!

@@ -1963,7 +1963,66 @@ if (isEnabled('ember-routing-route-configured-query-params')) {
equal(get(controller, 'bar'), 'rab');
equal(get(controller, 'foo'), '456');
});

QUnit.test('Calling transitionTo does not loose query params already on the activeTransition', function() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be amazing if this issue was finally fixed, nice work! Also, tiny spelling correction here - I think you meant lose, not loose.

@rwjblue rwjblue merged commit 6498702 into emberjs:master Mar 29, 2016
@rwjblue
Copy link
Member

rwjblue commented Mar 29, 2016

Thanks!

@rwjblue rwjblue deleted the fix-clobber-activetrans-qp branch March 29, 2016 05:29
@ZackMattor
Copy link

👍 woo!

@rwjblue
Copy link
Member

rwjblue commented Apr 3, 2016

Included in v2.4.4.

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.

3 participants