# The Likes column stays visible after visiting a category with "order=op\_likes" in the URL

**URL:** https://meta.discourse.org/t/the-likes-column-stays-visible-after-visiting-a-category-with-order-op-likes-in-the-url/33080
**Category:** Bug
**Created:** [2015 年 9 月 9 日午後 10:15 UTC](https://meta.discourse.org/t/the-likes-column-stays-visible-after-visiting-a-category-with-order-op-likes-in-the-url/33080 "2015-09-09T22:15:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [2015 年 9 月 9 日午後 10:15 UTC](https://meta.discourse.org/t/the-likes-column-stays-visible-after-visiting-a-category-with-order-op-likes-in-the-url/33080/1 "2015-09-09T22:15:43Z")

</div>

I guess this is a low priority bug…

Steps to reproduce:

- Visit the sorted bug list by entering [https://meta.discourse.org/category/bug?order=op\_likes&status=open](https://meta.discourse.org/category/bug?order=op_likes&status=open) in the browser’s address bar
- Click on the Discourse logo and navigate to the Latest page

The “Likes” column stays visible, but it shouldn’t.

 ![](https://global.discourse-cdn.com/meta/original/3X/e/f/ef48bc4ea9d6ad51df5c92ce9f96fdffa03b4c0c.png)

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2015 年 9 月 10 日午後 4:52 UTC](https://meta.discourse.org/t/the-likes-column-stays-visible-after-visiting-a-category-with-order-op-likes-in-the-url/33080/2 "2015-09-10T16:52:25Z")

</div>

Hmm this isn’t just for likes. The other ordering params are persisted too.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2015 年 9 月 11 日午前 4:21 UTC](https://meta.discourse.org/t/the-likes-column-stays-visible-after-visiting-a-category-with-order-op-likes-in-the-url/33080/3 "2015-09-11T04:21:40Z")

</div>

Ok after some digging around. I don’t think this is a bug. The ordering is meant to be persisted when navigating around as shown by the commit below.

> **[FIX: Bug when sorting by category column, navigating to home ·...](https://github.com/discourse/discourse/commit/ac72b0bc)**
>
> A platform for community discussion. Free, open, simple. - FIX: Bug when sorting by category column, navigating to home · discourse/discourse@ac72b0b

That being said, I do think that the sorting params should be appended to the URL.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2017 年 6 月 2 日午後 5:52 UTC](https://meta.discourse.org/t/the-likes-column-stays-visible-after-visiting-a-category-with-order-op-likes-in-the-url/33080/4 "2017-06-02T17:52:46Z")

</div>


