When using node_view panel page and Entity's panel pane inside Entity tab called Rendered Content I get this error:

Fatal error: Call to undefined function webform_component_parent_keys() in /sites/all/modules/contrib/webform/includes/webform.conditionals.inc on line 901

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rafenden’s picture

Status: Active » Needs review
FileSize
550 bytes
DanChadwick’s picture

Priority: Major » Normal
Status: Needs review » Needs work

I don't use panels, so perhaps you can explain what the execution path is here. Within webform, webform_condition_prepare_javascript() is called only from the theme function theme_preprocess_webform_form, which in turn is called as part of the theme processing for webform_client_form. Within webform_client_form, includes/webform.components.in is loaded via a call to form_load_include.

So what is different about panels? I want to be sure that, if this needs fixing, we fix it in the most appropriate place.

I'm setting this to "needs work" not because the patch is necessarily wrong, but because I want to discuss this a bit more.

DanChadwick’s picture

Status: Needs work » Closed (works as designed)

Closing for lack of explanation and activity. Please feel free to reopen if this is still an issue and cannot be addressed outside of webform.