- 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. - πΊπΈUnited States swirt Florida
Hi @nicholass Funny meeting you here. ;)
This issue will get resolved by this issue β¨ Add tugboat previews Active - πΊπΈUnited States swirt Florida
@nicholass I also encourage you to take the great suggestion you made in #5 and make it a separate issue. I would do it but I want you to get credit for it.
- πΊπΈUnited States swirt Florida
Bumping this up to critical because the module is basically unusable for anyone building sites with composer.
- πΊπΈUnited States NicholasS
@swirt - Hey again! Just an FYI we ended up going with a custom module so never went any further with this module. We used the entity ref module to find orphaned content, and sends emails during work hours/days and then archives its after no action by editors. Its helped cut down on un-maintained content. Maybe I can open source it one day, or this module take some of those ideas. Our custom one works more like SharePoint "Renew Content" feature requiring editors to take action to keep content published.
I did start on our custom pdf accessibility one just recently https://www.drupal.org/project/pdf_services β