- πΊπΈUnited States greggles Denver, Colorado, USA
Without steps to reproduce reliably I'm going to close this as cannot reproduce. Please reopen if you can provide answers to #7.
Ajax errors in console:
https://pacsd9.ddev.site/admin/structure/webform/manage/WEBFORM_ID/handl... returns a 404
Going to that URL shows:
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: Only 1 instance is permitted in Drupal\webform\Form\WebformHandlerFormBase->buildForm() (line 115 of modules/contrib/webform/src/Form/WebformHandlerFormBase.php).
Drupal\webform\Form\WebformHandlerEditForm->buildForm(Array, Object, Object, 'webform_navigation')
call_user_func_array(Array, Array) (Line: 532)
Drupal\Core\Form\FormBuilder->retrieveForm('webform_handler_form', Object) (Line: 278)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 578)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 158)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 80)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 717)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Add the Webform Navigation handler to a webform at /admin/structure/webform/manage/WEBFORM_ID/handlers
After adding, try to click on "Edit" or "Delete" or "Disable" in the handler's operations. Nothing happens.
Closed: cannot reproduce
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Without steps to reproduce reliably I'm going to close this as cannot reproduce. Please reopen if you can provide answers to #7.