From e8ba1071a098b7d7b18268eb0d0bc7080384993e Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 24 Aug 2016 13:58:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20post-settings-menu=20slug?= =?UTF-8?q?=20input=20(#223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Ghost/issues/7255 - adds missing `slugGenerator` service injection --- ghost/admin/app/controllers/post-settings-menu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/controllers/post-settings-menu.js b/ghost/admin/app/controllers/post-settings-menu.js index 6cbc7f2a91..d891e0a78f 100644 --- a/ghost/admin/app/controllers/post-settings-menu.js +++ b/ghost/admin/app/controllers/post-settings-menu.js @@ -23,6 +23,7 @@ export default Controller.extend(SettingsMenuMixin, { ghostPaths: injectService(), notifications: injectService(), session: injectService(), + slugGenerator: injectService(), timeZone: injectService(), initializeSelectedAuthor: observer('model', function () {