Try our conversational search powered by Generative AI!

UrlMenuItem disappears on top menu

Vote:
 

I want to place UrlMenuItem on the top level of EPi menu:

I would like to add the UrlMenuItem after the Commerce. I already have the same link in the CMS->Admin->Tools menu.

When I login to CMS everything goes ok. But during the surfing to other menu items like "CMS->Admin" my custom UrlMenuItem disappears.

It might appear back afterwards after surfing throug some other menu items.

CMS version is 10.10.4

#203436
Apr 23, 2019 17:31
Vote:
 
If you mean adding new item (menu) next to commerce menu item, then you might add below xml into your web.config
<navigation>
   <add menuItemType="Link" menuPath="/global/cms/UrlMenuItem" sortIndex="150" text="UrlMenuItemText" url="/admui/UrlMenuItem/" />
</navigation>
and then you can add a new route to your routing system that target "/admui/UrlMenuItem/".
#203445
Apr 24, 2019 10:29
Vote:
 

Hi Borys,

Is that happening in any special case? Are you getting any log error for that?

And, with what user role you are testing it?

#203447
Apr 24, 2019 10:51
Vote:
 

It feels that the issue caused by UrlMenuItem on the top level. As EpiServer more likely expects Section on that level.

#203462
Apr 24, 2019 14:45
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.