-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin menu with 1 submenu item does not show the subitem. #1292
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Progress: needs update
Comments
@tzyganu Thanks for reporting this bug. I have created an issue MAGETWO-37904 to track and get it fixed. |
anupdugar
added
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
bug report
labels
May 22, 2015
magento-team
pushed a commit
that referenced
this issue
Jun 12, 2015
…the subitem #1292 - fixes for sub items
magento-team
pushed a commit
that referenced
this issue
Jun 12, 2015
…the subitem #1292 - Static fix
@tzyganu, the fix is available from 0.74.0-beta13. Could you check it on the latest version? |
@vpelipenko It seams to work fine now. Thanks for the quick fix. |
VitaliyBoyko
pushed a commit
to VitaliyBoyko/magento2
that referenced
this issue
Jun 22, 2018
Issue 1236: support of order operations for deleted from Catlog products
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Progress: needs update
Version
Magento2-0.74.0-beta9
Steps to reproduce
I'm creating my own extension for learning purposes and this should add a new menu item in the backend with a single submenu item.
This is the code from my module's
adminhtml/menu.xml
Expected result
I should see my menu item in the backend and when clicking on it I should see a submenu with 1 item
Actual result
I see my main menu, but when clicking it there is just an empty submenu
Note
The problem does not appear if I add a second submenu item to my main menu item.
Posible fix
I noticed that if I change the in method
Magento\Backend\Block\Menu::renderNavigation
this lineto this
my menu appears as expected.
The text was updated successfully, but these errors were encountered: