unclecheese / silverstripe-gridfield-betterbuttons

Adds new form actions and buttons to the GridField detail form
GNU General Public License v2.0
80 stars 88 forks source link

ISSUE 167: Remove deprecated DataModel class from BetterButtonsItemRequest #172

Closed silverstripe-elliot closed 6 years ago

silverstripe-elliot commented 6 years ago

DataModel is removed in SS4. handleRequest no longer requires a second parameter. This fixes issue #167

silverstripe-elliot commented 6 years ago

Duplicate of https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/pull/170