mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 11:13:22 +08:00
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:
parent
b96c10a903
commit
eb82849ccb
|
@ -38,6 +38,7 @@ export default ComboBoxComponent.extend({
|
|||
autoInsertNoneItem: false,
|
||||
displayCategoryDescription: "displayCategoryDescription",
|
||||
headerComponent: "category-drop/category-drop-header",
|
||||
parentCategory: false,
|
||||
},
|
||||
|
||||
modifyComponentForRow() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user