silverstripe / cwp-pdfexport

Adds PDF export capability for CWP pages
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Remove virtualpage pdfs from page on publish #12

Open robbieaverill opened 6 years ago

robbieaverill commented 6 years ago

Migrated from GitLab

opened 2 years ago by Torleif West 

If someone updates content on a page, there could be a virtual page or a subsite virtual page with the sane content. The end result is the PDF of these pages don't get updated.

both onAfterPublish and doUnpublish on BasePage.php should find their virtual pages and unlink and pdfs hanging off it too.