### What? Fixes bug with **plugin-nested-docs**. The plugin should update the breadcrumb data of any child documents when the parent doc is updated, currently only the **draft** child document is updated. ### How? Updates the resave function to fetch draft and published child docs. Closes issue #10066