# 新主题中误导性的标签创建文本

**URL:** https://meta.discourse.org/t/misleading-tag-creation-text-on-new-topic/112589
**Category:** Bug
**Created:** [2019年三月26日 11:40 UTC](https://meta.discourse.org/t/misleading-tag-creation-text-on-new-topic/112589 "2019-03-26T11:40:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nmcgovern](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nmcgovern/32/132630_2.png) [@nmcgovern](https://meta.discourse.org/u/nmcgovern)
#### Post date: [2019年三月26日 11:40 UTC](https://meta.discourse.org/t/misleading-tag-creation-text-on-new-topic/112589/1 "2019-03-26T11:40:37Z")

</div>

It seems that the tag chooser when creating a post simply displays “Search or create…” even if a user has too low a trust level to create tags.

The relevant code is: [https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-kit/components/select-kit.js.es6#L300-L305](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-kit/components/select-kit.js.es6#L300-L305)  
This attribute is set at: [https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-kit/components/tag-chooser.js.es6#L16](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-kit/components/tag-chooser.js.es6#L16)

---

<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: [2019年三月26日 15:45 UTC](https://meta.discourse.org/t/misleading-tag-creation-text-on-new-topic/112589/3 "2019-03-26T15:45:57Z")

</div>

Should be fixed by:

[https://github.com/discourse/discourse/commit/b2cacc5b0edc15c452bf8abe4fd42cc6423417b2](https://github.com/discourse/discourse/commit/b2cacc5b0edc15c452bf8abe4fd42cc6423417b2)

Thanks.

---

<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: [2019年三月26日 15:45 UTC](https://meta.discourse.org/t/misleading-tag-creation-text-on-new-topic/112589/4 "2019-03-26T15:45:59Z")

</div>


