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

View File

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