Viewing 2 replies - 1 through 2 (of 2 total)
  • hitcode

    (@hitcode)

    Hello,
    sorry only with the code hack at the moment, here’s the file for the menu navigation configuration:
    shiftcontroller/application/config/menu.php

    You will need to remove it from the $config array in 3 places, where it refers to ‘/timeoffs’ on lines 18, 70, 81

    Or, way easier, add this code to the bottom of this file:

    unset( $config[USER_HC_MODEL::LEVEL_ADMIN . '/timeoffs'] );
    unset( $config[USER_HC_MODEL::LEVEL_MANAGER . '/timeoffs'] );
    unset( $config[USER_HC_MODEL::LEVEL_STAFF . '/timeoffs'] );

    Thread Starter catorade

    (@catorade)

    Thank you that’s perfect – loving this plugin ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove timeoff requests’ is closed to new replies.