mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixing tag save event
- lost in a bad merge somewhere
This commit is contained in:
parent
c7a91ffff1
commit
eb7a63bd1d
@ -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…
Reference in New Issue
Block a user