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

fix(app-page-builder): pass pid instead of id when bulk deleting pages #4158

Closed leopuleo closed 4 weeks ago

leopuleo commented 1 month ago

Changes

With this PR, we aim to fix a significant issue encountered when trying to delete pages via bulk actions with multiple revisions.

Previously, only the latest revision was deleted. This has been fixed by passing pid instead of the revision id.

How Has This Been Tested?

Manually