When you delete a redirect and after that adds it again the redirect is not working. This is because when querying the database for matching redirect it gets the first record, in my case the deleted ones, and later in code when the redirect gets loaded it is skipped.

CommentFileSizeAuthor
#2 3068635-2.patch810 bytesrhristov
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rhristov created an issue. See original summary.

rhristov’s picture

Status: Active » Needs review
FileSize
810 bytes

Applying a patch that is fixing the issue.

patrickfweston’s picture

I ran into the same problem and was coming to submit this exact same patch. This patch works for me.

  • jeqq committed f968cd3 on 8.x-1.x authored by rhristov
    Issue #3068635 by rhristov: When redirect gets deleted and after that...
jeqq’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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