- last update
over 1 year ago Patch Failed to Apply - ๐บ๐ธUnited States davemaxg
The patch at #8 does not work on Drupal 10.1 which has a newer version of symfony. On Symfony 4.3+ the dispatch method has been changed
from
public function dispatch($eventName, Event $event = null);
to
public function dispatch(object $event, ?string $eventName = null): object;This new patch addresses that issue. It's a one line change.
- last update
over 1 year ago Patch Failed to Apply - ๐บ๐ธUnited States loze Los Angeles
The patch in #13 works correctly for drupal 10.1+.
I've been using it in production for a while now, with no issues. Thanks! - last update
9 months ago Patch Failed to Apply - Status changed to Needs work
about 2 months ago 10:28am 19 October 2024 - ๐ฎ๐ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan
prem suthar โ made their first commit to this issueโs fork.
- First commit to issue fork.