retrofit-drupal/retrofit

hook_menu entry with page argument crashes menu page

Opened this issue · 1 comments

\Retrofit\Drupal\Plugin\Derivative\MenuLinkDeriver mimics D7 links from the menu system. If a type isn't defined it is treated as MENU_NORMAL_ITEM. However, this causes links with required arguments to be a menu link and can crash /admin/structure/menu/manage/tools

May be fixed by #67.