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/app
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
..
assets FIX: Linking to /new-topic from /latest 2019-04-30 16:25:25 +01:00
controllers FIX: Loading more broken on groups page. 2019-04-30 10:35:17 +08:00
helpers FIX: Fall back to large logo on mobile no_ember pages 2019-04-24 11:39:11 -04:00
jobs DEV: remove update_attributes which is deprecated in Rails 6 2019-04-29 17:32:25 +10:00
mailers FEATURE: Send user activation reminders. (#7280) 2019-04-10 16:53:52 +02:00
models DEV: Use frozen_string_literal: true on models/theme.rb. 2019-04-30 16:02:55 +08:00
serializers FEATURE: Let staff add custom post notices. (#7377) 2019-04-19 17:53:58 +03:00
services FIX: Remove duplicate Emoji names from blurb 2019-04-29 17:26:39 +02:00
views use description_text instead of description to show correct sanitized description (#7420) 2019-04-24 16:33:58 +10:00