I create a panel
I have a default tab
I can set the weight of the tab
the parent of the default tab is in the menu system
how do I set the weight for the parent of the default tab?
I create a panel
I have a default tab
I can set the weight of the tab
the parent of the default tab is in the menu system
how do I set the weight for the parent of the default tab?
Comments
Comment #1
skdrupal88You can use hook_menu_alter() to set weight
or try my patch
https://www.drupal.org/node/2374831#comment-9338695
Comment #2
skdrupal88needs review
Comment #3
mglamanNo patch for CNR, and looks like the issue was a Page Manager bug resolved in #2374831: Can't set weight of Parent item if Panel menu item is default tab