mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
f8d1e7fe15
closes #3131 - create a hook in the editor controller that fires on a model's save events - use this hook to perform all the things that need to happen on save, regardless of where the save originated - remove logic from instances of model.save() that now belongs in the modelSaved hook - detach the model event listeners on willTransition in the editor routes |
||
---|---|---|
.. | ||
body-event-listener.js | ||
editor-base-controller.js | ||
editor-base-view.js | ||
editor-route-base.js | ||
loading-indicator.js | ||
marker-manager.js | ||
popover-mixin.js | ||
shortcuts-route.js | ||
style-body.js | ||
validation-engine.js |