diff --git a/core/client/views/editor.js b/core/client/views/editor.js index 7f3e54b26b..904231bf47 100644 --- a/core/client/views/editor.js +++ b/core/client/views/editor.js @@ -181,6 +181,8 @@ // Default to same status if not passed in status = status || prevStatus; + model.trigger('willSave'); + this.savePost({ status: status }).then(function () {