# Categorie niet weergegeven voor wachtende onderwerpen

**URL:** https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620
**Category:** Bug
**Created:** [21 juni 2021 om 23:53 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620 "2021-06-21T23:53:22Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [21 juni 2021 om 23:53 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/1 "2021-06-21T23:53:22Z")

</div>

When a category is configured to require approval for new topics, the topic’s category is not displayed in the review queue. I ran into this issue on Meta earlier today. The only way I could see to find the topic’s category was to approve the topic. Here’s a screenshot of a similar review item from my local dev site:

 ![image](https://global.discourse-cdn.com/meta/original/3X/6/6/660c6cfb5dde60a0aaa35ddc211f51e72ef9945f.png)

It would be great if the “See the category settings” text was linked to the category’s settings page.

---

<div class="post-metadata">

### Author: ![blattersturm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blattersturm/32/76134_2.png) [@blattersturm](https://meta.discourse.org/u/blattersturm)
#### Post date: [27 juni 2021 om 18:00 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/2 "2021-06-27T18:00:07Z")

</div>

This seems to be a regression, even - I believe next to the topic tags it used to show the category (e.g. we have rules per category, and some ‘watched words’ to prevent common abuse by moving it to manual review, but depending on the category we need to approve or reject the post).

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [29 juni 2021 om 05:19 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/3 "2021-06-29T05:19:39Z")

</div>

Hmm this does seem like a regression @eviltrout ?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [29 juni 2021 om 14:41 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/4 "2021-06-29T14:41:22Z")

</div>

This might be due to the reviewable type. @Roman is it because queued topics store the category id differently?

---

<div class="post-metadata">

### Author: ![Roman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roman/32/157504_2.png) [@Roman](https://meta.discourse.org/u/Roman)
#### Post date: [29 juni 2021 om 14:51 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/5 "2021-06-29T14:51:53Z")

</div>

I don’t think it’s a regression. The code only adds links to the site settings page:

> <https://github.com/discourse/discourse/blob/main/app/serializers/reviewable_score_serializer.rb#L24>

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [29 juni 2021 om 15:08 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/6 "2021-06-29T15:08:24Z")

</div>

Aha. Could we add a link to the category page?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2 juli 2021 om 21:17 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/11 "2021-07-02T21:17:13Z")

</div>

OK! Sorry about this bug, the fix is now in.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2 juli 2021 om 21:17 UTC](https://meta.discourse.org/t/category-not-displayed-for-queued-topics/194620/12 "2021-07-02T21:17:26Z")

</div>


