Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10093 Rev 10095
Línea 120... Línea 120...
120
                $acl = $this->getEvent()->getViewModel()->getVariable('acl');
120
                $acl = $this->getEvent()->getViewModel()->getVariable('acl');
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 -... Línea 123...
-
 
123
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'recruitment-and-selection/vacancies/edit');
-
 
124
 
-
 
125
                
-
 
126
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
123
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'recruitment-and-selection/vacancies/edit');
127
                $jobsCategorys = $jobCategoryMapper->fetchAllActives()
124
 
128
 
Línea 125... Línea 129...
125
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
129
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
126
                $paginator = $recruitmentSelectionVacancyMapper->fetchAllDataTableByCompanyId($currentCompany->id, $search, $page, $records_x_page, $order_field, $order_direction);
130
                $paginator = $recruitmentSelectionVacancyMapper->fetchAllDataTableByCompanyId($currentCompany->id, $search, $page, $records_x_page, $order_field, $order_direction);