I am using release 1.8.1. I created two taxonomies: Products and Services. Each has two items as child nodes. After creating a taxonomy link from each taxonomy, running the application renders items of both Products and Services under the Products menu with nothing under the Services menu.
The problem is that both Products and Services menu items have their Position data member set to 2 (1 is the HomePage). What should happen for the hierarchy to be built correctly is for Products to be at Position 2 and Services to be at Position 3.
It is not clear to me where in the code the content item used to generate the menu items is getting its position set. By the time DefaultMenuProider.GetMenu(IContent, NavigationBuilder) is called, a Query to the _contentManager returns menuParts with their positions already set.
mbendary created: https://orchard.codeplex.com/workitem/21113
Hello,
I am using release 1.8.1. I created two taxonomies: Products and Services. Each has two items as child nodes. After creating a taxonomy link from each taxonomy, running the application renders items of both Products and Services under the Products menu with nothing under the Services menu.
The problem is that both Products and Services menu items have their Position data member set to 2 (1 is the HomePage). What should happen for the hierarchy to be built correctly is for Products to be at Position 2 and Services to be at Position 3.
It is not clear to me where in the code the content item used to generate the menu items is getting its position set. By the time DefaultMenuProider.GetMenu(IContent, NavigationBuilder) is called, a Query to the _contentManager returns menuParts with their positions already set.
Any hints to help fix this issue are appreciated.
Best Regards, Mohamed