Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frantisekivanko created an issue. See original summary.

malcomio’s picture

Status: Active » Needs review
FileSize
2.81 KB

Here's a patch that fixes this issue for me

mr.baileys’s picture

Wrote a test to confirm that this functionality is indeed broken, and confirmed that after applying the patch from #2, the test passes. Patch attached contains the BrowserTest and original patch.

szato’s picture

Tested, #3 works for me.
Updated description text (D8 style path).

Leksat’s picture

Title: List of pages in SKIP REDIRECT FOR MATCHING PAGES is not working » "Skip redirect for matching pages" option exists but does not work
FileSize
6.35 KB
3.34 KB

\Drupal\Core\Path\PathMatcherInterface::matchPath() expects a path as a first argument. But destination can contain language prefix, GET arguments, etc.

branram’s picture

Same issue exists for the D7 version... any chance you guys can look at that?

estoyausente’s picture

Rerrolled!

estoyausente’s picture

After the reroll I tested and the code doesn't work properly, a php error was thrown (or maybe the reroll wasn't perfect). Anyway, the patch attached works as expected and can be applied!

  • Nixou committed ad71bd5 on 8.x-1.x authored by malcomio
    Issue #2692743 by szato, Leksat, malcomio, mr.baileys: "Skip redirect...
Nixou’s picture

Status: Needs review » Fixed

Sorry @estoyausente I already tested and validated the previous patch version.

Thanks you all for your work, it's now committed.

estoyausente’s picture

No problem @nixiu, but... could you apply the patch? It thrown me some errors, for this reason I uploaded a reroll.

Edit: I applied the Lekstat patch in #5, sorry, it seems more completed but, it's ok anyway if the problem is fixed.

Nixou’s picture

I don't remember if I needed to make some adjustment to apply it or if it apply directly.

Yeah the problem is now fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.