discourse-solved/assets/javascripts/discourse
David Taylor 56d936be63
FIX: Correct getOwner import (#260)
As it's currently implemented, the fallback is essential here. `this` in a static method is `undefined`, and therefore cannot have an owner.

Unfortunately this plugin outlet does not seem to be tested in the plugin's own test suite. Core's test suite picked up this issue.

Followup to 3a0b46da7a
2023-10-17 23:37:07 +01:00
..
connectors FIX: Correct getOwner import (#260) 2023-10-17 23:37:07 +01:00
initializers FIX: Respect "display name on posts" site setting (#239) 2023-06-01 11:50:50 -04:00
pre-initializers FIX: Intializer regression (#193) 2022-03-07 00:19:21 +01:00
routes UX: show blank page placeholder instead of the blue panel that says "No Activity" (#197) 2022-08-18 16:51:28 +04:00
solved-route-map.js DEV: Lose the es6 suffix (#191) 2022-03-06 21:20:09 +01:00