You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EVENT_MENU_MAIN expects an array of menu items (associative array), but
the hook function returns a single menu item array, so the menu is not
displayed.
Fixesmantisbt-plugins#15
While testing mantisbt/mantisbt#1530, I noticed some strange, unexpected bits of menu items in the data structure, generated by this plugin.
Looking into it, it appears that the event hook is not returning the menu items in the expected format.
The text was updated successfully, but these errors were encountered: