Skip to content

Instantly share code, notes, and snippets.

View andkar73's full-sized avatar

Andreas Karlsson andkar73

View GitHub Profile
@andkar73
andkar73 / iu_53_loding_necesery_components_in_webform.patch
Created June 1, 2015 08:28
Patch for webforms 7.x-4.9 Loop for loding necesery components
diff --git a/includes/webform.submissions.inc b/includes/webform.submissions.inc
index a145b13..e444d38 100644
--- a/includes/webform.submissions.inc
+++ b/includes/webform.submissions.inc
@@ -633,6 +633,12 @@ function webform_submission_render($node, $submission, $email, $format, $exclude
$components = $node->webform['components'];
+ // Loop for loding necesery components. The problem, probpbly arises, due to
+ // the use of panels and panels-everywhere.2015-06-01 Andreas Karlsson