Closed (fixed)
Project:
Webform
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2019 at 15:29 UTC
Updated:
19 Jan 2019 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
yaach commentedThis is why I got on my logs after hitting the save button:
Unsupported operand types in /opt/drupal/modules/contrib/webform/src/Plugin/WebformHandler/SettingsWebformHandler.php on line 267
Hope that helps.
Comment #3
jrockowitz commentedThere is most likely an error being logged in the browser's JS console and Drupal's Recent log messages (/admin/reports/dblog).
Please provide the error message and the steps required to reproduce this issue.
Comment #4
jrockowitz commentedI was able to replicate this issue by adding a new settings handler and making no changes.
The error message is…
Comment #5
jrockowitz commentedComment #6
jrockowitz commentedThis regression was caused by #3018611: Use WebformHandlerBase::setSettingsParentsRecursively to simplify handler configuration forms and does result in site builders losing their custom settings.
Comment #8
jrockowitz commentedI committed the patch. Please download the latest dev release to review.
This is not as critical as I originally thought because the fatal error prevents any data loss.
I will tag a new release later this week.
Comment #9
yaach commentedHey jrockwitz, you are the man!
it is working now after pulling dev.
Thanks.
Comment #10
jrockowitz commented