Problem/Motivation

The domain_path entity doesn't provide route_match cache tag invalidation on the entity's CRUD operations.
This can create a problem when the requested path is updated.

Proposed resolution

It looks like we can implement it in the same way as Drupal\path_alias\Entity\PathAlias class.

CommentFileSizeAuthor
#6 3409308-6.patch1.6 KBwebflo
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

_tarik_ created an issue. See original summary.

_tarik_ changed the visibility of the branch 3409308-provide-routemath-tag to hidden.

_tarik_ changed the visibility of the branch 3409308-provide-routemath-tag to active.

_tarik_’s picture

Assigned: _tarik_ » Unassigned
Status: Active » Needs review
webflo’s picture

StatusFileSize
new1.6 KB

I have added a test.

webflo’s picture

@dabblela should get commit credit for issue #3428625: Cache not cleared for existing 404s (closed as duplicate)

  • webflo committed afa65fcc on 8.x-1.x
    Issue #3409308 by _tarik_, webflo, dabblela: Invalidate route_match on...

webflo credited dabblela.

webflo’s picture

Status: Needs review » Fixed

Thanks to all!

Status: Fixed » Closed (fixed)

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