From 05f7ec5dbe46a7070a285b271d8a8764c3d57fff Mon Sep 17 00:00:00 2001 From: Rish Date: Thu, 28 May 2020 14:36:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20email=20preview=20not=20?= =?UTF-8?q?visible=20to=20Editors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Ghost/issues/11841 - Allows editors to see email customization option for sending test newsletters - Editors had the necessary permission fixtures but the UI was previously only available to owners or administrators --- ghost/admin/app/components/gh-post-settings-menu.hbs | 2 +- ghost/admin/app/components/gh-post-settings-menu.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs index 7e3ac67d56..b2de22d6ef 100644 --- a/ghost/admin/app/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/components/gh-post-settings-menu.hbs @@ -131,7 +131,7 @@ {{svg-jar "arrow-right"}} - {{#if (and this.feature.members (eq this.post.displayName "post") this.session.user.isOwnerOrAdmin)}} + {{#if (and this.feature.members (eq this.post.displayName "post") showEmailNewsletter)}}