# 컴포저에서 항상 카테고리를 선택할 수 없음

**URL:** https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496
**Category:** Bug
**Created:** [2월 24, 2020, 5:39오후 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496 "2020-02-24T17:39:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![downey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/downey/32/166878_2.png) [@downey](https://meta.discourse.org/u/downey)
#### Post date: [2월 24, 2020, 5:39오후 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496/1 "2020-02-24T17:39:19Z")

</div>

요약

컴포저에서 새 주제를 생성할 때 모든 사용 가능한 범주 중에서 선택할 수 없는 몇 가지 시나리오가 있습니다. “새 주제 생성” 프로세스를 시작할 때의 위치에 따라 범주가 제한되는 것 같습니다.

# 예상 동작 (대조 케이스)

1. 메인 사이트 홈 페이지의 ➕ 새 주제 버튼을 클릭합니다.
2. 컴포저 창이 나타납니다. 게시 권한이 있는 모든 범주가 드롭다운 목록에 표시됩니다.

# 실제 동작 (문제 케이스 1)

1. [https://meta.discourse.org/t/secure-media-uploads/meta/140017와](https://meta.discourse.org/t/secure-media-uploads/meta/140017%EC%99%80) 같은 임의의 주제로 이동하여 🔗 버튼을 클릭한 다음 ➕ 새 메시지를 클릭하여 주제를 포크합니다.
2. 컴포저 창이 나타나지만, #contribute:feature와 #Uncategorized 범주만 사용할 수 있습니다.

# 실제 동작 (문제 케이스 2)

1. #customization:plugin과 같은 하위 범주가 있는 범주 목록 페이지로 이동합니다.
2. 새 주제를 시작하기 위해 ➕ 새 메시지 버튼을 클릭합니다.
3. 컴포저 창이 나타나지만, 현재 범주와 하위 범주(예: #customization:plugin과 #plugin:broken-plugin)만 사용할 수 있습니다.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 24, 2020, 5:46오후 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496/3 "2020-02-24T17:46:38Z")

</div>

기본 동작은 컴포저를 현재 카테고리에 한정하는 것입니다. 다른 모든 카테고리는 검색할 수 있으며, 이전 관련 논의는 아래 링크에서 확인하실 수 있습니다:

> [@When creating a topic from the specific category, is there a way to only show that parents child categories?](https://meta.discourse.org/t/when-creating-a-topic-from-the-specific-category-is-there-a-way-to-only-show-that-parents-child-categories/105765):
>
> I have 4 main categories. Main, Bugs, Off topic, Misc. In Bugs I have “PC” and “MOBILE”. If they go to the Bugs category and press New Topic, they are greeted with the entire list of categories and child categories and make it difficult to properly tag things when they don’t know any better. I see on this forum it has only 3 categories showing despite there being many. How was this achieved?

---

<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: [2월 24, 2020, 5:50오후 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496/4 "2020-02-24T17:50:24Z")

</div>

다만 검색 기능에 회귀 문제가 있을 수 있으니, 테스트를 작성하고 수정하겠습니다.

---

<div class="post-metadata">

### Author: ![downey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/downey/32/166878_2.png) [@downey](https://meta.discourse.org/u/downey)
#### Post date: [2월 24, 2020, 5:53오후 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496/5 "2020-02-24T17:53:59Z")

</div>

> [@j.jaffeux](#):
>
> 검색 관련 회귀 버그일 수도 있겠네요

이제야 알아차린 이유가 이거일 수도 있겠어요. 저는 스크롤을 내리는 대신 원하는 카테고리를 직접 입력해서 검색하곤 했거든요.

도움 주셔서 감사합니다.

---

<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: [2월 24, 2020, 6:07오후 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496/6 "2020-02-24T18:07:09Z")

</div>

이렇게 하면 수정될 것입니다:

> <https://github.com/discourse/discourse/pull/9031>

테스트는 있었지만, 불행히도 너무 관대하여 이 문제를 잡아내지 못했습니다. 해당 동작을 테스트하고 있음을 더 명확하고 엄격하게 확인하도록 테스트를 업데이트했습니다.

---

<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월 26, 2020, 2:03오전 UTC](https://meta.discourse.org/t/cant-always-select-any-category-in-composer/142496/7 "2020-02-26T02:03:58Z")

</div>

이 주제는 24시간 후 자동으로 닫혔습니다. 더 이상 새로운 답변을 남길 수 없습니다.
