- Issue created by @mradcliffe
- Merge request !31Issue #3488618: Fixes conflicts with profile_type route parameter → (Open) created by mradcliffe
- 🇺🇸United States mradcliffe USA
I don't think this is RTBC, but I wanted to show red-green test runs.
- Status changed to Needs review
3 months ago 7:36am 30 January 2025 - 🇮🇱Israel jsacksick
I think this change makes sense but don't know if we can consider this a breaking change or not.
- 🇺🇸United States mradcliffe USA
Unfortunately it is a breaking change. The best we can do is update menu_link_content, path_alias and views. I think any other custom module or contrib module is out-of-scope.
Propose:
- hook_update_N to update menu_link_content entity (if menu_link_content installed)
- Maybe add a path alias for every menu_link_content entity affected (if path_alias installed)
- hook_update_N to update any path alias entity (if path_alias installed)
- post update to update view configuration (if views installed)
- Change record + release notesThis could be done in a new 2.0.x branch.