discourse/test
Joffrey JAFFEUX 71360436ff
FIX: users list show was loading multiple times with different params (#7058)
A first load was happening in route, which was setting properties on controller. These properties were observed on the controller and were triggering a reload of the AdminUser model.

Not only was it doing loading two times it was also sometimes resulting on the controller model refresh end to happen after route has been changed, resulting in a wrong model.
2019-02-26 10:43:24 +01:00
..
javascripts FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: Move `run-qunit.js` out of the vendor directory 2018-12-03 16:16:37 +00:00
smoke_test.js Apply prettier. 2018-09-11 09:16:03 +08:00