silverstripe / silverstripe-asset-admin

Silverstripe assets gallery for asset management
BSD 3-Clause "New" or "Revised" License
20 stars 79 forks source link

FIX Publish assets in WYSIWYG when publishing page. #1295

Closed GuySartorelli closed 2 years ago

GuySartorelli commented 2 years ago

Fixes a problem where assets in WYSIWYG weren't being published when publishing the page. This is related to the change mentioned in https://github.com/silverstripe/silverstripe-framework/issues/10369#issuecomment-1251709806 I was meant to use the GetContent event from this list but a typo caused it to be Content which isn't an event at all, so the transformation never happened.

Note that the embed plugin does use the correct GetContent event already.

Parent issue