侧边栏到分类的链接不恰当地忽略了配置的分类外观设置

I’ve got some categories configured so that the Default List Filter no subcategories, and this works great for most links to the categories.

However, the sidebar sends the user to /c/category-slug/catID/l/latest. This url forces a vanila ‘Latest’ view, which isn’t what I want.

It would make sense to me to instead send the user to /c/category-slug/catID so that Category Appearance configuration is respected.

3 个赞

@tgxworld do you know if this would be a simple change? Or is there some reason we use the current URL that would require a bit more work to untangle?

1 个赞

Probably a simple change but I’ll have a poke at it first.

2 个赞

On looking at it in more depth, I see that the sidebar is pretty clever.

  • If there are ‘unread’ displaying in the sidebar, it takes you to /l/unread
  • If there are ‘new’ displaying in the sidebar, it takes you to /l/new
  • If there is nothing displaying in the sidebar, it takes you to /l/latest

What is missing is the /none/ bit in my links when the Default List Filter is no subcategories.

1 个赞

I have a PR to fix this

https://github.com/discourse/discourse/pull/18467

4 个赞

@nathank The fix has been merged :slight_smile: Thank you for reporting this :+1:

3 个赞

Thanks Alan!

Does it still respect this stuff when one clicks the sidebar when it displays unread or new?

Yes because we no longer have contextual routing for the sidebar section links where the link may sometimes route to unread/new.

1 个赞

How will this interact with things like the kanban board, where the default view can be changed by the theme component?

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