discourse/app
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
..
assets FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
controllers FIX: Outgoing emails were not disabled after restoring backup 2019-02-25 16:07:24 +01:00
helpers FEATURE: Calculate sprite-sheet based on currently active themes (#6973) 2019-02-06 15:51:23 +00:00
jobs FIX: don't update gravatar if the user has no email 2019-02-20 22:34:43 +01:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: Heisentest - don't memoize on a class variable 2019-02-25 14:49:01 -05:00
serializers UX: Lightbox support for image uploader. (#7034) 2019-02-21 10:13:37 +08:00
services FEATURE: Allow moderators to change topic timestamps (#7053) 2019-02-22 14:33:52 +05:30
views DEV: removing blank files (#7057) 2019-02-25 09:52:44 +01:00