Fixes U4-11598 Scheduling the content does not reload the page at the same time

(cherry picked from commit 46b0063921)
This commit is contained in:
Sebastiaan Janssen
2018-08-27 06:56:05 +02:00
parent a5742dcd9a
commit 00c19e3830
@@ -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) {