- Issue created by @nrogers
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22last update
about 1 year ago Waiting for branch to pass - πΊπΈUnited States nrogers
This fixes the warning you get when cron runs and it can't find the plugin info when determining cron lease time (Line 264 of core/lib/Drupal/Core/Cron.php).
Also, the dispatch method had the parameters switched. I see this was done when trying to fix issue #3336482 but I do not believe this is correct as it the dispatch method expects the event first.
- πΊπΈUnited States nrogers
Ah I see the dispatch method changed from Drupal 9.5, but this should still be the correct order as it was marked as changing in Drupal 10.
- last update
about 1 year ago 1 fail - First commit to issue fork.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22last update
12 months ago Waiting for branch to pass - π·πΊRussia ilya.no
ilya.no β made their first commit to this issueβs fork.
- last update
8 months ago 10 pass - Status changed to Needs review
8 months ago 12:23pm 19 March 2024 - Issue was unassigned.
- πΊπΈUnited States nrogers
This looks good to me. Need to switch the merge branch to 3.x now though.
- Status changed to RTBC
8 months ago 8:00am 28 March 2024 - π§πͺBelgium svendecabooter Gent
I can confirm the fix in MR #6 fixes this issue.
- πΊπΈUnited States matt_zimo
Sorry, I'm a bit of a novice. Do I have to specify the merge request like a patch in the composer.json file to get the fix?
- πΊπΈUnited States nrogers
You can either download the (patch/diff) file from the merge request (from the code dropdown) and use it from a local path in your composer file or just add .diff or .patch to the merge request URL and use that as your patch file URL in composer.