Open Closed

Abp application menu item explores and select- Razor pages #6569


User avatar
0
rohit.jadhav created
  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have Application menu items and sub menus as well. but for each menu I have multiple routes e.g /page/uuid1, /page/uuid2

I have mentioned page/uuid1 in url while creating the Application menu item and when we click on that menu then it's auto exploring and selected till this part it's working fine. but when we visit another route of the same menu it's not getting selected and exploring.

We all know for the single menu or submenu we can have Mutiple pages inside it not only one grid and modal, e.g when we will have multiple tabs inside the page (one menu) If we visit any page inside that menu then that menu should get auto selected or we have provision to select it from c# code while initializing the page e.g in ConfigureMainMenuAsync method.

What is the solution to fulfil this requirement.?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please share the code and steps to reproduce this.

    Thanks.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11