mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
1f9751f753
fixes #3013 - bubble promise rejection on post model validation/save error so that it doesn't bubble as resolved - prefer `.catch()` for promise handlers as per recommendations - check if `.save()` is being called from model.destroyRecord() and forgo validation if so - normalize output for both `.validate()` and `.save()` |
||
---|---|---|
.. | ||
body-event-listener.js | ||
editor-base-controller.js | ||
editor-base-view.js | ||
editor-route-base.js | ||
marker-manager.js | ||
popover-mixin.js | ||
shortcuts-route.js | ||
style-body.js | ||
validation-engine.js |