Problem/Motivation
0.0.0-rc2 added a route which can be reached before the routing cache has been rebuilt.
Steps to reproduce
- Update from 0.0.0-rc1 to 0.0.0-rc2 without flushing caches
- Visit the NARF Settings page to encounter
PHP message: Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\RouteNotFoundException: "Route "update_narf.advanced" does not exist."
Proposed resolution
Add empty hook_update_N which will trigger a cache rebuild once it has been executed.
Remaining tasks
Add the update.
User interface changes
None.
API changes
None.
Data model changes
None.
Comments
Comment #3
elc commentedThis will trigger another release.