- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
Not sure I can answer #13 so tagging for subsystem review
See this was also previously tagged for tests so that still needs to happen
Thanks!
- π¦πΊAustralia acbramley
Triaged as part of BSI and reproduced this bug manually, still an issue on 11.x. Some of the reported issues in the IS aren't reproducible though.
Rewriting the IS with the standard template.
- Merge request !12667Issue #3126761: Fix array_replace in PathProcessorFront β (Open) created by acbramley
The Needs Review Queue Bot β tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- πΊπΈUnited States smustgrave
Not sure why I tagged for sub-maintainer but that was when we just got NRQI off the ground.
Ran the test-only feature here https://git.drupalcode.org/issue/drupal-3126761/-/jobs/6378866
1) Drupal\Tests\Core\PathProcessor\PathProcessorFrontTest::testProcessInbound with data set "frontpage with query parameters and request query parameters" ('/node?example=muh', '/', '/node', ['muh', 'buh'], ['buh']) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( 'example' => 'muh' - 'example2' => 'buh' ) /builds/issue/drupal-3126761/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php:41 2) Drupal\Tests\Core\PathProcessor\PathProcessorFrontTest::testProcessInbound with data set "frontpage with query parameters and replacement request query parameters" ('/node?example=muh', '/', '/node', ['cuh', 'buh'], ['cuh', 'buh']) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( - 'example' => 'cuh' - 'example2' => 'buh' + 'example' => 'muh' )
The actual fix core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php makes complete sense.
LGTM!