discourse/app
Martin Brennan cf1a80dea6
FIX: Make sure tag-based topic list uses its own preload key (#12354)
When transitioning from a tag topic list e.g. /tag/alerts
to the / route the topic list was not reloaded because the
same preload key was used for both lists (topic_list_latest).
The topic list was only reloaded when clicking on the / route
a second time because then it is forced to reload.

In the topic list adapter, we call `PreloadStore.getAndRemove` to
get the topic lists:

534777f5fd/app/assets/javascripts/discourse/app/adapters/topic-list.js (L34-L41)

Now instead of both / and /tag/alerts sharing the same preload
key of `topic_list_latest`, the tag has a key of `topic_list_tag/alerts/l/latest`
2021-03-12 09:06:21 +10:00
..
assets UX: Add class to body on first unread notification (#12362) 2021-03-11 16:10:40 -06:00
controllers DEV: Update API documentation for invites (#12360) 2021-03-11 18:19:32 +02:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Update excerpt after process_post (#12340) 2021-03-10 17:07:13 +00:00
mailers FIX: Skip sending PM email for user silence (#12240) 2021-03-02 09:18:09 +10:00
models FIX: Make sure tag-based topic list uses its own preload key (#12354) 2021-03-12 09:06:21 +10:00
serializers DEV: Update API documentation for invites (#12360) 2021-03-11 18:19:32 +02:00
services FEATURE: Allow invites redemption with Omniauth providers. 2021-03-09 09:27:18 +08:00
views FIX: Remove unused JS from "finish installation" page (#12263) 2021-03-02 19:19:19 +01:00