dutchheight / craft-cookie-boss

Allow your visitors to set their cookie preference.
Other
3 stars 1 forks source link

Settings message not saving #5

Closed WHITE-developer closed 4 years ago

WHITE-developer commented 4 years ago

Hi again :)

I found out the messageSettings is missing in the SettingsController.php so it doesn't save. Adding $settings['messageSettings'] = Craft::$app->getRequest()->getRequiredBodyParam('messageSettings'); solves the issue.

KevinBeckers commented 4 years ago

Hi, which version do you use? This should be fixed in 751d63e8ff126accdde06f4df78279203c676a14

WHITE-developer commented 4 years ago

Latest tagged version 1.1.0, that's the issue then, 1.1.1 isn't in composer :smile:

KevinBeckers commented 4 years ago

I noticed it, sorry. V1.1.1 is released.