I'd like to add another button/action when viewing/editing a single record through ModelAdmin.
However everything I've tried only seems to add it the GridField list actions.
Additionally getCMSActions() or updateCMSActions() doesn't appear to be called on the model via ModelAdmin.
How can I add another action when editing a single record via ModelAdmin?