Closed (fixed)
Project:
Webform
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2017 at 05:34 UTC
Updated:
6 Jun 2017 at 09:49 UTC
Jump to comment: Most recent
I couldn't trace the cause of this issue. It happens on one instance of Drupal but everything is fine in another one.
When opening the "Add Element" modal box, it is filled with "Notice: Undefined index: destination in site/web/modules/contrib/webform/modules/webform_ui/src/PathProcessor/WebformUiPathProcessor.php on line 28", which is breaking all Ajax calls, thus making Webform totally unusable.
I fixed it by testing the value with an isset().
| Comment | File | Size | Author |
|---|---|---|---|
| patch_webformui_destination.txt | 651 bytes | tonifisler |
Comments
Comment #2
jrockowitz commentedThis issue has been fixed in the latest dev release.