Closed (fixed)
Project:
Webform Navigation
Version:
8.x-1.0-alpha9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2020 at 06:33 UTC
Updated:
2 Jun 2021 at 20:54 UTC
Jump to comment: Most recent
Comments
Comment #2
rymcveighLooks like this issue is a result of the changes made to the WebformHandlerBase class in Webform 6.x. We no longer need a construct function.
Comment #4
rymcveighThis issue is due to the changes introduced in the newest major release of webform. I've created an MR, it includes some style adjustments that are also a result of the changes to webform.
Comment #5
lkacenjaI tested this out with a clean webform 6.x install. I did not get the error on module install, but when I attempt to enable the handler on a webform. Doing so produced:
I installed the patch from this branch and I was able to add the handler without issue. Everything seemed to work well after that as well.
Comment #7
rymcveigh