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

giorgosk’s picture

Title: Can't deal with the Management menu » Management menu won't allow same links to exist in another menu

I 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

bojanz’s picture

Title: Management menu won't allow same links to exist in another menu » The Kickstart toolbar isn't customizable
Version: 7.x-2.0-rc2 » 7.x-2.x-dev

Retitling and confirming.

giorgosk’s picture

vasike’s picture

Status: Active » Needs review

here 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.

giorgosk’s picture

I would test it but I don't know how to get the .patch file

giorgosk’s picture

Status: Needs review » Reviewed & tested by the community

OK 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)

bojanz’s picture

Status: Reviewed & tested by the community » Fixed

Merged, good job.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.