Drupal 10 Compatibility
abhijityadav → created an issue.
Fix Non existance service 'entity.manager' issue in drupal 10
Drupal 10 Compatibility
According to the Upgrade Status module this patch makes this module compatible with Drupal 10! 🎉
This patch updates the info.yml file for Drupal 10 compatibility.
abhijityadav → created an issue.
Problem/Motivation
The module seems to fail with Drupal 9.4
When clicking "Delete" after selecting some taxonomy terms, a WSOD appears.
The watchdog reports:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "user.private_tempstore". in Drupal\Component\DependencyInjection\Container->get() (line 156 of /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php).
Steps to reproduce
Just try to delete some terms.
Hi, team Here is the patch to compatible this module in Drupal 10 Please check the code and apply the patch on D10 setup.
I have tested this patch and it is working fine.
I tested this patch and its working fine
Tested the patch by me
I am adding Drupal check changes with attached patch.