Cache rebuild needed after adding Verify Email entity

Created on 2 April 2025, 1 day ago

Problem/Motivation

When adding a new Verify Email entity, on saving an error occurs. This is because the routing system doesn't pick up the route of the new entity.

I thought the following code should run after the update to rebuild the route:

  public function postSave(EntityStorageInterface $storage, $update = TRUE) {
    parent::postSave($storage, $update);
    $this->routeBuilder()->setRebuildNeeded();
  }

However it's not having the desired effect.

Proposed resolution

Investigate the reason for the for the error.
Figure out how to make the routes rebuild correctly.

Remaining tasks

Fix it!

User interface changes

None.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇮🇪Ireland lostcarpark

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024