FIX: do not display uncategorized as a possible parent category
This commit is contained in:
parent
26d10370c6
commit
2a17684546
|
@ -23,7 +23,7 @@
|
|||
clearSelectionLabel="category.none"
|
||||
value=category.parent_category_id
|
||||
categories=parentCategories
|
||||
allowUncategorized=true}}
|
||||
allowUncategorized=false}}
|
||||
{{/if}}
|
||||
</section>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue