Ignore:
Timestamp:
06/13/12 14:12:51 (12 years ago)
Author:
leticiabohnert
Message:

Ticket #2851 - Alterado para aparecer cargo e vinculo no org. quando usuário possui permissão.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.ui_userinterface.inc.php

    r3167 r6477  
    170170                } 
    171171 
     172                //Verifica a permissão do usuário 
     173                $so->_checkAccess($organizationID); 
     174 
    172175                /* make the array flat (for a simpler handling) */ 
    173176                $flatAreas = array(); 
     
    184187                        } 
    185188                        unset($currentArea['children']); 
    186  
     189                         
    187190                        $employees = $so->getAreaEmployees($currentArea['area_id'], $organizationID); 
    188191                        if (is_array($employees)) 
Note: See TracChangeset for help on using the changeset viewer.