Reputation: 45
I have added a new menu title in the second level tab , but i don't know how to navigate to the particular href link. Please help me out with the steps.
Upvotes: 2
Views: 1705
Reputation: 480
Go to the file-/orangehrm3.1.1/symfony/plugins/orangehrmCorePlugin/lib/authorization/service/MenuService.php In this file you will find the main menu service .
Then go to the orangehrm database you will find ohrm_menu_item table and add the name of the menu you want to display.
Upvotes: 2