mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Independent technology for modern publishing, memberships, subscriptions and newsletters.
bloggingcmscreator-economyghosthacktoberfestheadless-cmsjamstackjavascriptjournalismnodejspublishingweb-application
no issue - https://deprecations.emberjs.com/ember-data/v3.x/#toc_evented-api-usage - we were using the now deprecated `didCreate` and `didUpdate` events on the post model to perform controller-specific logic each time `post.save()` was called - moved the functionality that was attached to the hook events into a `_savePost()` function and used that anywhere we were calling `post.save()` |
||
---|---|---|
ghost/admin |