Hello,
I'm testing the commerce kickstart 2.0-rc2 and I'm pretty impressed by the work. The full demo version looks awesome and the light install just give you a fresh website ready to customize. Great works !
However, I found a bug in the Management menu toolbar. You cannot rearrange it as you wish.
For example, I tried to move the advanced help link (by default under Site settings > Help) to Help > Advanced Help which sounds more logical to me.
So I go to the menu, move the menu link under his new parent, save change. I got the drupal success message, but the Help menu link is still under Site settings > Help.
I tried to drag and drop it, edit it and change the parent in the dropdown... Just impossible to move that link. I avan tried to disable it and recreate it manually... with no success.
It's a strange problem and I don't have an idea about his source, as I don't have any error message, drupal says it's all good, so it's quite hard to debug. I tried to reinstall the whole shop several times, I can always reproduct the problem.
Regards,
Alex
Comments
Comment #1
giorgoskI have tried the above and indeed this is the case
I have also tried to put
admin/commerce/products
or
admin/commerce/manage-products
as link
in another menu (navigation/user menu etc) and they always end up in management menu
so there is no way to create a customized menu for store administrators
Comment #2
bojanz commentedRetitling and confirming.
Comment #3
giorgoskI have a feeling its related to #1830234: commerce_kickstart_menus_menu_link_alter() should not change the plid of customized items.
Comment #4
vasikehere is a gerrit commit about this: https://code.drupalcommerce.org/#/c/547/
"Commerce Kickstart Menus" alter the menu item only if it's not a customized one (install or reset menu item).
it seems that "menu_overview_form", the Menu items list form, won't like weight outside the -50:50 range.
So i had to change some weights 2.
Comment #5
giorgoskI would test it but I don't know how to get the .patch file
Comment #6
giorgoskOK nevermind I downloaded the complete .module file and its working as expected, was able to create products menu item in a different menu (user menu)
Comment #7
bojanz commentedMerged, good job.