Closed WHITE-developer closed 4 years ago
Hi, which version do you use? This should be fixed in 751d63e8ff126accdde06f4df78279203c676a14
Latest tagged version 1.1.0, that's the issue then, 1.1.1 isn't in composer :smile:
I noticed it, sorry. V1.1.1 is released.
Hi again :)
I found out the
messageSettings
is missing in theSettingsController.php
so it doesn't save. Adding$settings['messageSettings'] = Craft::$app->getRequest()->getRequiredBodyParam('messageSettings');
solves the issue.