| Línea 3... |
Línea 3... |
| 3 |
$currentUser = $this->currentUserHelper();
|
3 |
$currentUser = $this->currentUserHelper();
|
| 4 |
$roleName = $currentUser->getUserTypeId();
|
4 |
$roleName = $currentUser->getUserTypeId();
|
| Línea 5... |
Línea 5... |
| 5 |
|
5 |
|
| 6 |
$routeIndex = $this->url('recruitment-and-selection/interview/form');
|
6 |
$routeIndex = $this->url('recruitment-and-selection/interview/form');
|
| 7 |
$routeAdd = $this->url('recruitment-and-selection/interview/form/add');
|
7 |
$routeAdd = $this->url('recruitment-and-selection/interview/form/add');
|
| Línea 8... |
Línea 8... |
| 8 |
$routeVacancy = $this->url('recruitment-and-selection/interview/vacancy');
|
8 |
$routeVacancy = $this->url('recruitment-and-selection/interview/vacancy', ['vacancy_uuid' => 'UUID_PLACEHOLDER']);
|
| 9 |
|
9 |
|
| 10 |
$allowAdd = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/add') ? 1 : 0;
|
10 |
$allowAdd = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/add') ? 1 : 0;
|
| 11 |
$allowEdit = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/edit') ? 1 : 0;
|
11 |
$allowEdit = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/edit') ? 1 : 0;
|