From 614bf76c0bef750463bb070bb4b1a050f2f01129 Mon Sep 17 00:00:00 2001 From: Isaac Janzen <50783505+janzenisaac@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:26:03 -0500 Subject: [PATCH] DEV: update breadcrumbs outlet values (#18111) --- .../discourse/app/templates/components/bread-crumbs.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs b/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs index 9474ccf2d8..cb0ea1ecaf 100644 --- a/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs @@ -32,7 +32,10 @@ tagId=this.tag.id additionalTags=this.additionalTags noSubcategories=this.noSubcategories + showTagsSection=this.showTagsSection currentCategory=this.currentCategory + categoryBreadcrumbs=this.categoryBreadcrumbs editingCategory=this.editingCategory + editingCategoryTab=this.editingCategoryTab }} />