webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.22k stars 589 forks source link

Headless CMS / `createRevisionFrom` - Ensure Published Records Are Updated Accordingly #4184

Closed adrians5j closed 1 week ago

adrians5j commented 1 week ago

Changes

Prior to this PR, if a user would be using the createRevisionFrom method (directly or via GraphQL API), and also set the initial status of the revision to published, then, subsequently trying to read the entry via the READ GraphQL API would still return the old published version.

This was happening because, upon creating+publishing the new entry revision, the storage operations code would not take the status into account, and do required updates on the "published" record for the CMS entry in question.

With this PR, this issue has been fixed.

How Has This Been Tested?

Jest.

Documentation

Changelog.