From 810fe681fddba545e19bc74b498b8776991f2039 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 18 Sep 2013 20:04:39 +0100 Subject: [PATCH] Fixing tag save event - lost in a bad merge somewhere --- ghost/admin/views/editor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/admin/views/editor.js b/ghost/admin/views/editor.js index 7f3e54b26b..904231bf47 100644 --- a/ghost/admin/views/editor.js +++ b/ghost/admin/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 () {