nathank
(Nathan Kershaw)
1
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 Likes
mcwumbly
(Dave McClure)
2
@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 Like
tgxworld
(Alan Tan)
4
Probably a simple change but I’ll have a poke at it first.
2 Likes
nathank
(Nathan Kershaw)
6
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 Like
tgxworld
(Alan Tan)
8
@nathank The fix has been merged Thank you for reporting this
3 Likes
nathank
(Nathan Kershaw)
9
Thanks Alan!
Does it still respect this stuff when one clicks the sidebar when it displays unread or new?
tgxworld
(Alan Tan)
10
Yes because we no longer have contextual routing for the sidebar section links where the link may sometimes route to unread/new.
1 Like
Stephen
(Stephen)
11
How will this interact with things like the kanban board, where the default view can be changed by the theme component?
tgxworld
(Alan Tan)
Closed
12
This topic was automatically closed after 4 days. New replies are no longer allowed.