Closed cjsewell closed 8 years ago
Fixes #58
I wouldn't fix this this way. A better way is disable Gridfield Better Buttons via the config:
Newsletter:
better_buttons_enabled: false
That way, the send-buttons etc. from Newsletter aren't overridden either (because better buttons does that)
Better buttons changes the save action name to
action_save
, while newsletter expects it to beaction_doSave
. This does a simple check to see ifaction_doSave
exists, if it does not, it will useaction_save