FIX: regression in tag group UI which prevented creating new tags

This commit is contained in:
Neil Lalonde 2018-03-19 10:45:27 -04:00
parent a0d5e243fd
commit b9b4d9a8f7
1 changed files with 2 additions and 0 deletions

View File

@ -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>