Clicking on 'New' in tag page only lists new topics from tag page

Clicking on the “New” button in the main navigation shows no new topics if clicked from a tag page, e.g.,

/tags/pr-welcome/

and navigates to
/tags/pr-welcome/l/new

instead of
/new

I can understand why it might be useful to have this behavior of the button on tags, however showing the unread count and an empty results page without any hints on why can be misleading.

5 Likes

The issue here is that we should filter new count by tag. The tricky thing though is that the client does not have an internal map of tags on each topic a user is actively tracking. This is not easy to change.

5 Likes

The count for new/unread now updates correctly when filtered to a tag:

https://github.com/discourse/discourse/commit/a26b490047b58a0d75736421b8530ac216727cbe

6 Likes

This topic was automatically closed after 2 days. New replies are no longer allowed.