FIX: none and all categories filter (#14999)

parentCategory is passed to drop-category componen: https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs#L11

However, it is not available if it is not explicitly allow listed in selectKitOptions
This commit is contained in:
Krzysztof Kotlarek 2021-11-18 10:21:34 +11:00 committed by GitHub
parent b96c10a903
commit eb82849ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ export default ComboBoxComponent.extend({
autoInsertNoneItem: false,
displayCategoryDescription: "displayCategoryDescription",
headerComponent: "category-drop/category-drop-header",
parentCategory: false,
},
modifyComponentForRow() {