discourse/app/assets/javascripts/admin
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
..
adapters FEATURE: List unused theme components (#6924) 2019-01-23 09:20:13 +00:00
components UX: List popular themes and components in admin panel (#6997) 2019-02-20 14:58:31 -05:00
controllers FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
helpers DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
mixins FIX: `Ember.warn` needs an `id` 2019-01-16 14:53:13 -05:00
models FEATURE: Improve handling of backup storage errors 2019-02-20 15:16:49 +01:00
routes FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
services DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
templates DEV: removing blank files (#7057) 2019-02-25 09:52:44 +01:00