Closed emteknetnz closed 1 year ago
This is happening because getSummary()
is actually being used now, where in CMS 4 it wasn't. The summary should just be a plain-text summary.
We should probably remove the FileBlock::getSummaryThumbnail
method and SummaryThumbnail.ss
template file in the future as they are no longer needed.
Update: If you check Summary
Component in silverstripe-elemental
you will see that there are no ways how to set HTML Elements and probably any HTML will be redundant there.
Bug fixes tagged on fileblock and bannerblock respectively as 3.0.2
All PRs merged
Happens in CMS 5, doesn't happen in CMS 4
Replicate steps:
PRs