schedule button should always show an ellipsis because it always opens a dialog

This commit is contained in:
Mads Rasmussen
2018-10-05 09:54:57 +02:00
parent a1abe568ce
commit 41aa6e680e

View File

@@ -198,7 +198,7 @@ function contentEditingHelper(fileManager, $q, $location, $routeParams, notifica
labelKey: "buttons_schedulePublish",
handler: args.methods.schedulePublish,
alias: "schedulePublish",
addEllipsis: args.content.variants && args.content.variants.length > 1 ? "true" : "false"
addEllipsis: "true"
};
default:
return null;