FIX: do not display uncategorized as a possible parent category

This commit is contained in:
Joffrey JAFFEUX 2017-09-20 20:47:50 +02:00 committed by GitHub
parent 26d10370c6
commit 2a17684546
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
clearSelectionLabel="category.none"
value=category.parent_category_id
categories=parentCategories
allowUncategorized=true}}
allowUncategorized=false}}
{{/if}}
</section>
{{/if}}