Misleading tag creation text on New Topic

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
This attribute is set at: https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-kit/components/tag-chooser.js.es6#L16

3 Likes

Should be fixed by:

https://github.com/discourse/discourse/commit/b2cacc5b0edc15c452bf8abe4fd42cc6423417b2

Thanks.

7 Likes