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
|
// Default to same status if not passed in
|
||||||
status = status || prevStatus;
|
status = status || prevStatus;
|
||||||
|
|
||||||
|
model.trigger('willSave');
|
||||||
|
|
||||||
this.savePost({
|
this.savePost({
|
||||||
status: status
|
status: status
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue