Open EurSylvain opened 5 years ago
Hi @EurSylvain dont know if this is still an issue but it could probably be resolved by adding a GridFieldButtonRow to the GridFieldConfig.
Eg. something like
$gridField->getConfig()->addComponent( new GridFieldButtonRow('before') );
Dear @micschk ,
Thank you very much for your input. For the sake of testing I modified src/Model/Newsletter.php and added in line 285
$gridFieldConfig->addComponent( new GridFieldButtonRow('before') );
I also had to put use SilverStripe\Forms\GridField\GridFieldButtonRow;
on top of the file. After this modification, the error message disappeared. Unfortunately, it's still not working. Now when I press the send button, no crash, but the "Sent to" tab contains nobody. I can see the chosen mailing list in the Main tab however.
Basically this module is broken in its current state with silverstripe 4.X and it needs some deep work to make it usable again (see my others opened issue). I unfortunately don't have time to do it myself for the moment, so I'm sticking to silverstripe 3.7.
Hello,
I'm using SilverStripe 4.4.1. The backend Newsletter seems to work fine, until I actually try to send a newsletter.
I'm clicking on "Add Newsletter". Fill test as subject etc. I'm choosing the Basic Template. Then I save the Newsletter. Everything work as expected so far.
I'm choosing a MailingList, then click on "Send", and I obtain the following error :
Cheers