mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
refs #10431 - the model layer triggers a couple of events on resource update e.g. post to page -> post.deleted, post.added - the resource_type must be always "post", because "page" is not an official model (Bookshelf won't be able to resolve the resource anymore) - the action streams looks very confusion if you see deleted and added actions when toggling the post to a static page - therefor the easiest approach for now is to only store actions for: added, edited, deleted - and we will add the context information asap - e.g. you will see that status was changed from "draft" to "published" - we can also introduce extra published actions if we want - relying on the internal event system right now makes things just more complicated and we want to keep it simple |
||
---|---|---|
.. | ||
client@5cd442ee96 | ||
server | ||
test | ||
index.js |