When choosing to create a default menu tab, Views provides an option to create a parent menu tab. However, there does not appear to be any logic on the backend to actually make this occur.
Steps to reproduce:
- Edit the Content view (
admin/structure/views/view/content/edit
) - Add a new page display
- Use path
admin/content/test/one
- Add a menu item entry with Type"Default tab" and Menu link title"Child"
- For the Parent menu item, choose "Menu tab" with Menu link title"Parent"
- Save the View
- Visit
admin/content
expecting to see tab "Parent" appear. Scratch your head and curse the heavens because it's not there. - Visit
admin/content/test
and note that the route does exist. It's just the local tasks that haven't been created properly.