ember.js icon indicating copy to clipboard operation
ember.js copied to clipboard

Add failing tests for RouterService forcing unnecessary refresh (#16349)

Open aaxelb opened this issue 5 years ago • 2 comments

a bug exists (#16349):

  1. add a query param with default value and refreshModel: true
  2. using the router service, transition between child routes
  3. observe the parent model hooks re-running every time

This PR just adds failing tests for the router service's transitionTo and replaceWith.

aaxelb avatar Nov 25 '19 21:11 aaxelb

Is this still relevant?

kategengler avatar Dec 12 '23 16:12 kategengler

Is this still relevant?

I'd say yes, this likely relates to #19497 and the others mentioned in that thread.

nickschot avatar Mar 04 '24 09:03 nickschot