From b75969ae9033c96c2568350020e5fd2c514acee5 Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Wed, 5 Jun 2019 12:56:02 +0100 Subject: [PATCH] Use app-meta service to construct section link --- gui/app/components/document/page-heading.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/app/components/document/page-heading.js b/gui/app/components/document/page-heading.js index f88bb61c..102c0c02 100644 --- a/gui/app/components/document/page-heading.js +++ b/gui/app/components/document/page-heading.js @@ -22,6 +22,7 @@ export default Component.extend(Notifier, ModalMixin, { documentService: service('document'), searchService: service('search'), router: service(), + appMeta: service(), deleteChildren: false, blockTitle: "", blockExcerpt: "",