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
|
||||
tags=model.tag_names
|
||||
everyTag=true
|
||||
allowCreate=true
|
||||
unlimitedTagCount=true}}
|
||||
</section>
|
||||
|
||||
|
@ -15,6 +16,7 @@
|
|||
tags=model.parent_tag_name
|
||||
everyTag=true
|
||||
limit=1
|
||||
allowCreate=true
|
||||
filterPlaceholder="tagging.groups.parent_tag_placeholder"}}
|
||||
<span class="description">{{i18n 'tagging.groups.parent_tag_description'}}</span>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue