This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/test/javascripts
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
..
acceptance FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
admin DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
components DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
controllers FIX: Hide 'show associated accounts' button if moderators can't see emails 2019-02-26 13:49:27 +05:30
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures UX: Default user facing routes to /g instead of /groups. (#7042) 2019-02-21 13:44:25 +08:00
helpers FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
initializers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
lib REFACTOR: remove disallowEmails option from user-selector 2019-02-21 16:37:26 +11:00
mixins DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
models SECURITY: Escape HTML in dashboard report tables 2019-02-01 13:10:59 +00:00
widgets DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js remove probes.js, highlight.pack.js 2018-10-04 13:50:54 -04:00