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

BetterButtonNestedForm does not close after a successful submission #182

Open Taitava opened 6 years ago

Taitava commented 6 years ago

So I use a BetterButtonNestedForm and when I open it via a button, make some changes to the field values and submit the form, my custom action gets executed correctly and my changes are saved. The page behind the form popup get's reloaded/updated via AJAX, but the form stays open and only goes away when I click the X button. Edit: Actually, the page does not reload via AJAX. Only the popup form content does. But when I hit F5, I can see that my changes are saved correctly in my dataobject, so at least that part was correct :).

I'm using SS3 and the released version 1.3.14 of this module.

Thans for helping me! :) Do you need some example code?