mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
414718a1cc
closes https://github.com/TryGhost/Ghost/issues/8969 Collision detection errors were appearing incorrectly because the save routines in the post settings menu bypass the sequential saves in the main editor controller and so are prone to having stale data if a previous save is still in progress. - added a new `savePost` task that is part of the `saveTasks` group so that all post saves are sequential - pass the `savePost` task to the `{{gh-post-settings-menu}}` component - use `savePost` task in `gh-post-settings-menu` instead of calling `save()` directly on the model instance |
||
---|---|---|
.. | ||
body-event-listener.js | ||
current-user-settings.js | ||
dropdown-mixin.js | ||
editor-base-controller.js | ||
editor-base-route.js | ||
pagination.js | ||
settings-menu-component.js | ||
shortcuts-route.js | ||
shortcuts.js | ||
slug-url.js | ||
style-body.js | ||
text-input.js | ||
unauthenticated-route-mixin.js | ||
validation-engine.js | ||
validation-state.js |