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

Updating a relation in a NestedForm throws error #147

Open thomasbnielsen opened 7 years ago

thomasbnielsen commented 7 years ago

I'm changing the relation via a NestedForm (moving the DO to another parent). This changes the URL of the managed object, causing the following error: Fatal error: Call to a member function findActionByName() on null in /Applications/MAMP/htdocs/crm/betterbuttons/code/extensions/GridFieldBetterButtonsItemRequest.php on line 789

Possible related to #133 and #126

thomasbnielsen commented 7 years ago

Is it possible to do something like described here: https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/issues/70 ?