mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: regression in tag group UI which prevented creating new tags
This commit is contained in:
parent
a0d5e243fd
commit
b9b4d9a8f7
@ -6,6 +6,7 @@
|
|||||||
{{tag-chooser
|
{{tag-chooser
|
||||||
tags=model.tag_names
|
tags=model.tag_names
|
||||||
everyTag=true
|
everyTag=true
|
||||||
|
allowCreate=true
|
||||||
unlimitedTagCount=true}}
|
unlimitedTagCount=true}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -15,6 +16,7 @@
|
|||||||
tags=model.parent_tag_name
|
tags=model.parent_tag_name
|
||||||
everyTag=true
|
everyTag=true
|
||||||
limit=1
|
limit=1
|
||||||
|
allowCreate=true
|
||||||
filterPlaceholder="tagging.groups.parent_tag_placeholder"}}
|
filterPlaceholder="tagging.groups.parent_tag_placeholder"}}
|
||||||
<span class="description">{{i18n 'tagging.groups.parent_tag_description'}}</span>
|
<span class="description">{{i18n 'tagging.groups.parent_tag_description'}}</span>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user