Search code examples
symfony-1.4orangehrm

How to add new menu in orange HRM


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.


Solution

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