Files
discourse/app/assets/javascripts
David Taylor 583226d295 FIX: Linking to /new-topic from /latest
`/new-topic` redirects back to `/latest`, so the ember router considers this to be a 'refresh'. This triggers the `resetParams()` logic, which would cause the transition to abort, and the composer would never open.

This commit fixes the `resetParams()` logic so that it uses the default values, instead of setting everything to `null`. Therefore the transition is no longer aborted, and the composer opens successfully.

Unfortunately I have not been able to reproduce the issue in a QUnit test.
2019-04-30 16:25:25 +01:00
..
2013-10-01 11:16:27 -04:00
2019-03-28 14:24:14 +01:00
2017-07-05 17:24:27 -04:00
2016-07-11 12:57:05 -04:00
2019-01-11 17:54:23 +01:00