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
There is absolutely no constraint about labels in KnpMenu. But while working on #45, I figured that the label is used as key in the return value of getBreadcrumbsArray, meaning the method is totally broken when a label is used twice in a path in the tree.
Fixing it would require a BC break as the bug comes from the design chosen for the method (which still comes from ioMenuPlugin)
The text was updated successfully, but these errors were encountered:
There is absolutely no constraint about labels in KnpMenu. But while working on #45, I figured that the label is used as key in the return value of
getBreadcrumbsArray
, meaning the method is totally broken when a label is used twice in a path in the tree.Fixing it would require a BC break as the bug comes from the design chosen for the method (which still comes from ioMenuPlugin)
The text was updated successfully, but these errors were encountered: