mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixing tag save event
- lost in a bad merge somewhere
This commit is contained in:
parent
c7a91ffff1
commit
eb7a63bd1d
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@
|
|||
// Default to same status if not passed in
|
||||
status = status || prevStatus;
|
||||
|
||||
model.trigger('willSave');
|
||||
|
||||
this.savePost({
|
||||
status: status
|
||||
}).then(function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue