Ignore:
Timestamp:
09/15/10 17:06:46 (14 years ago)
Author:
pereira.jair
Message:

Ticket #1186 - Alterado modulo administrativo do organograma p/ definir diferentes niveis de usuarios.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/hook_sidebox_menu.inc.php

    r3167 r3255  
    3838 
    3939        /* check if the user can administrate the orgchart */ 
    40         if ($workflowACL->checkUserGroupAccessToType('ORG', $userID) || $isWorkflowAdmin) 
     40        if ($workflowACL->checkUserGroupAccessToType('ORG', $userID,0) || $isWorkflowAdmin) 
    4141                $file['Organization Chart']     = $GLOBALS['phpgw']->link('/index.php','menuaction=workflow.ui_orgchart.draw'); 
    4242 
Note: See TracChangeset for help on using the changeset viewer.