- Issue created by @jabonillac@gmail.com
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 6:02am 24 May 2023 - Status changed to Needs work
about 1 year ago 9:57am 31 August 2023 - 🇮🇳India anand.toshniwal93
After applying above patch am still getting an below error
Error : Call to undefined function _template_preprocess_webform_composite() in template_preprocess_webform_hierarchy() (line 28 of /app/docroot/modules/contrib/webform_hierarchy/webform_hierarchy.module ) #0 [internal function]: template_preprocess_webform_hierarchy(Array, 'webform_hierarc...', Array) #1 /app/docroot/core/lib/Drupal/Core/Theme/ThemeManager.php(287): call_user_func_array('template_prepro...', Array) #2 /app/docroot/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('webform_hierarc...', Array) #3 /app/docroot/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, true) #4 /app/docroot/core/lib/Drupal/Core/Render/Renderer.php(148): Drupal\Core\Render\Renderer->render(Array, true) #5 /app/docroot/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() #6 /app/docroot/core/lib/Drupal/Core/Render/Renderer.php(149): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure) ) #7 /app/docroot/core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php(66): Drupal\Core\Render\Renderer->renderRoot(Array) #8 /app/docroot/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php(89): Drupal\Core\Render\MainContent\AjaxRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch)) #9 /app/docroot/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php(109): Drupal\Core\Form\FormAjaxResponseBuilder->buildResponse(Object(Symfony\Component\HttpFoundation\Request), Array, Object(Drupal\Core\Form\FormState), Array) #10 [internal function]: Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber->onException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Drupal\Component\EventDispatcher\ ContainerAwareEventDispatcher))
I was able to get this working by replacing this
\Drupal::moduleHandler()->loadInclude('inc', 'webform', 'includes/webform.theme.template');
with
\Drupal::service('module_handler')->loadInclude('webform', 'inc', 'includes/webform.theme.template');
- Status changed to Needs review
about 1 year ago 10:24am 31 August 2023 - First commit to issue fork.
- Status changed to Needs work
about 1 year ago 9:04am 6 November 2023 - 🇮🇳India Bushra Shaikh
I applied patch #9 got below error:
error: patch failed: webform_hierarchy.info.yml:2 error: webform_hierarchy.info.yml: patch does not apply error: patch failed: webform_hierarchy.module:24 error: webform_hierarchy.module: patch does not apply
-
maximpodorov →
committed 7664f34a on 8.x-1.x authored by
sakthi_dev →
Issue#3362287: Add Drupal 10 compatibility
-
maximpodorov →
committed 7664f34a on 8.x-1.x authored by
sakthi_dev →
- Status changed to Fixed
11 months ago 1:03pm 24 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.