Certain configuration changes need to trigger route rebuilds. But if those configuration changes are made through config deployment, they usually don't work.
Current calls to setRebuildNeeded() are in:
\Drupal\Core\Extension\ThemeInstaller::resetSystem()\content_translation_form_language_content_settings_submit()\content_translation_language_configuration_element_submit()\field_ui_entity_bundle_create()\field_ui_entity_view_mode_presave()\field_ui_entity_form_mode_presave()\field_ui_entity_view_mode_delete()\field_ui_entity_form_mode_delete()\node_form_system_themes_admin_form_submit()\Drupal\search\Entity\SearchPage::postSave()\Drupal\system\SystemConfigSubscriber::onConfigSave()\views_invalidate_cache()\views_view_delete()\Drupal\views\Entity\View::postSave()Only one of them (number 11) is in a ConfigEvents::SAVE event subscriber. This one is fine. Because it will work for both changes made through the UI and config deployments. This one is okay.
The calls made from config entities' post-save or post-delete methods are also okay. They are numbers 10 and 14. These are also okay.
TBD, see remaining tasks for now.
ConfigEvents::SAVE subscribers.setRebuildNeeded(). This may trigger additional insights for this issue.None, except that config deployments will now also cause the necessary route rebuilds!
TBD, likely none.
None.
Postponed: needs info
11.0 🔥
routing system
A documentation change is requested elsewhere. For Drupal core (and possibly other projects), once the change has been committed, this status should be recorded in a change record node.
To track issues in the developing policy for closing stale issues, [Policy, no patch] closing older issues
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.