# 그룹 권한 페이지에서 카테고리 이름이 표시되지 않음

**URL:** https://meta.discourse.org/t/category-names-missing-on-group-permissions-page/320960
**Category:** UX
**Created:** [8월 9, 2024, 6:54오후 UTC](https://meta.discourse.org/t/category-names-missing-on-group-permissions-page/320960 "2024-08-09T18:54:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [8월 13, 2024, 10:05오후 UTC](https://meta.discourse.org/t/category-names-missing-on-group-permissions-page/320960/2 "2024-08-13T22:05:07Z")

</div>

이렇게 하면 해결될 거예요:

> <https://github.com/discourse/discourse/pull/28353>
>
> \`defaultCategoryLinkRenderer\` is using a fake category object which doesn’t have… access to the functions and getters of category model.
> 
> This had been incorrectly set in https://github.com/discourse/discourse/commit/c197daa04c3114184cbd3ec2f1cfade1b5701793
> 
> As we don't get a real category object, we have to call the transformers manually and also pass the fake category object as context, this is not ideal as people might try to access properties in the transformer which are not available on the category object given they will be different based on the context. Hopefully one day this helper and all the chain can be refactored to use a real category model.
> 
> This commit also adds tests for these two properties in the category-link helper.

---

_[View the full topic](https://meta.discourse.org/t/category-names-missing-on-group-permissions-page/320960)._
