Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10095 | Rev 10098 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10095 Rev 10096
Línea 121... Línea 121...
121
                $allowDelete = $acl->isAllowed($currentUser->usertype_id, 'recruitment-and-selection/vacancies/delete');
121
                $allowDelete = $acl->isAllowed($currentUser->usertype_id, 'recruitment-and-selection/vacancies/delete');
Línea 122... Línea 122...
122
               
122
               
Línea 123... Línea -...
123
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'recruitment-and-selection/vacancies/edit');
-
 
124
 
-
 
Línea 125... Línea 123...
125
                
123
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'recruitment-and-selection/vacancies/edit');
126
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
124
 
Línea 127... Línea 125...
127
                $jobsCategorys = $jobCategoryMapper->fetchAllActives()
125