- First commit to issue fork.
- @rassoni opened merge request.
- Status changed to Postponed: needs info
2 months ago 11:02pm 24 March 2025 - 🇦🇺Australia acbramley
admin/structure/content is too vague IMO, if we follow the pattern of other modules in the admin/structure menu we have:
* Block - admin/structure/block
* Block content - admin/structure/block-content
* Comment - admin/structure/comment
* Contact - admin/structure/contact
* Media - admin/structure/media
* Menus - admin/structure/menu
* Taxonomy - admin/structure/taxonomyTherefore, I think this should be admin/structure/node
However, given we're changing 8 hardcoded routes and many more for field_ui paths I'm not sure if this is worth the trouble? It's going to cause serious disruption and require a huge number of redirects and route deprecations. Just look at how many test changes we have (700+ lines changed as of 10.1.x according to the MR). The disruption to contrib and custom projects will be quite substantial.
- 🇦🇺Australia acbramley
This would simply too disruptive for the benefit it would provide.