silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
723 stars 821 forks source link

ENH Use allowed view button for readonly GridField #11228

Closed GuySartorelli closed 4 months ago

GuySartorelli commented 4 months ago

The list of allowed readonly components is configurable. Developers might replace the GridFieldViewButton with their own implementation for a specific instance of a GridField. In that case, we want to make sure the correct component is used instead of the base GridFieldViewButton class.

Issue