Skip to content

Commit

Permalink
Editor: Fix - On save - respect future post status. (Fix elementor#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matipojo committed Nov 1, 2018
2 parents 13f70ba + b38d4db commit cf47a5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module.exports = Marionette.Behavior.extend( {

switch ( postStatus ) {
case 'publish':
case 'future':
case 'private':
elementor.saver.update();
break;
Expand Down

0 comments on commit cf47a5a

Please sign in to comment.