From 00c19e3830418d0d78e2cfc52f9fb24e86102f70 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 27 Aug 2018 06:56:05 +0200 Subject: [PATCH] Fixes U4-11598 Scheduling the content does not reload the page at the same time (cherry picked from commit 46b0063921f1479881459c0296469b48c2afae83) --- .../src/common/services/contenteditinghelper.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js b/src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js index 57f7e09d39..ab84dc030f 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js @@ -260,7 +260,7 @@ function contentEditingHelper(fileManager, $q, $location, $routeParams, notifica // if save button is alread the default don't change it just update the label if (buttons.defaultButton && buttons.defaultButton.letter === "A") { buttons.defaultButton.labelKey = "buttons_saveAndSchedule"; - return; + return buttons; } if(buttons.defaultButton && buttons.subButtons && buttons.subButtons.length > 0) {