silverstripe-terraformers / silverstripe-embargo-expiry

BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Add actions to GridField detail forms (support more than just SiteTree) #6

Closed chillu closed 6 years ago

chillu commented 6 years ago

At the moment, you can add the DataExtension to objects other than SiteTree already, from what I can tell there's no assumptions built in. But: Since the actions are added via a CMSMain extension, they won't be available where those records are edited. We should configure ModelAdmin to add these actions by default when the extension is detected, and provide instructions how to add it to your own GridField instantiations.

chrispenny commented 6 years ago

Support added in https://github.com/silverstripe-terraformers/silverstripe-embargo-expiry/pull/29