- Issue created by @lunatic
- Status changed to Needs review
about 1 year ago 7:35am 17 August 2023 - Status changed to Fixed
about 1 year ago 7:46am 17 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Errors are thrown on Drupal 10 when deleting any entity and 'mentions' module is enabled.
1. Install this module on a drupal 10 website.
2. Try to either delete any entity so that 'mentions_entity_delete()' is fired
1. Update code to use 'Drupal\Component\EventDispatcher\Event' instead of 'Symfony\Component\EventDispatcher\Event'
2. Update dispatch calls. Event object should come first.
...
...
None. Though this change is not compatible with versions before drupal 10.
...
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.