| Línea 170... |
Línea 170... |
| 170 |
$jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
|
170 |
$jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
|
| 171 |
$jobCategory = $jobCategoryMapper->fetchAllActives($currentCompany->id);
|
171 |
$jobCategory = $jobCategoryMapper->fetchAllActives($currentCompany->id);
|
| Línea 172... |
Línea 172... |
| 172 |
|
172 |
|
| 173 |
$this->layout()->setTemplate('layout/layout-backend');
|
173 |
$this->layout()->setTemplate('layout/layout-backend');
|
| 174 |
$viewModel = new ViewModel();
|
174 |
$viewModel = new ViewModel();
|
| 175 |
$viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies-vacancies/index.phtml');
|
175 |
$viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');
|
| 176 |
$viewModel->setVariable('form', $form);
|
176 |
$viewModel->setVariable('form', $form);
|
| 177 |
$viewModel->setVariable('industry', $industry);
|
177 |
$viewModel->setVariable('industry', $industry);
|
| 178 |
$viewModel->setVariable('jobsDescription', $jobsDescription);
|
178 |
$viewModel->setVariable('jobsDescription', $jobsDescription);
|
| 179 |
$viewModel->setVariable('jobCategory', $jobCategory);
|
179 |
$viewModel->setVariable('jobCategory', $jobCategory);
|