- Issue created by @NicholasS
- πΊπΈUnited States NicholasS
Also enabled the module on our page content type.
And attempting to add a reminder in Gin and I get an ajax error /node/14931/edit?ajax_form=1&_wrapper_format=drupal_ajax
The website encountered an unexpected error. Please try again later.
Symfony\Component\HttpKernel\Exception\HttpException
: The specified #ajax callback is empty or not callable. in Drupal\Core\Form\FormAjaxResponseBuilder->buildResponse()
(line 67
of core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php
).Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber->onException(Object, 'kernel.exception ', Object) call_user_func(Array, Object, 'kernel.exception ', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.exception ') (Line: 239) Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object, Object, 1) (Line: 91) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- πΊπΈUnited States NicholasS
FYI got past the composer issues with Drupal Lenient
"drupal-lenient": { "allowed-list": ["drupal/content_reminders"] }
- πΊπΈUnited States NicholasS
https://git.drupalcode.org/project/content_reminders/-/blob/1.0.x/src/Co...
My Feedback, maybe you should do this like URL REDIRECTS module works, where the add button when clicked takes you to a form to create a redirect
/admin/config/search/redirect/add?redirect=node/14931&destination=/node/14931/edit
instead of trying to do it directly in the sidebar edit form.