| 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');
|
| Línea 7... |
Línea 7... |
| 7 |
$routeAdd = $this->url('recruitment-and-selection/interview/form/add', ['vacancy_uuid' => 'UUID_PLACEHOLDER']);
|
7 |
$routeAdd = $this->url('recruitment-and-selection/interview/form/add', ['vacancy_uuid' => 'UUID_PLACEHOLDER']);
|
| - |
|
8 |
|
| - |
|
9 |
$allowAdd = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/add') ? 1 : 0;
|
| - |
|
10 |
$allowEdit = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/edit') ? 1 : 0;
|
| 8 |
|
11 |
$allowDelete = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/delete') ? 1 : 0;
|
| 9 |
$allowAdd = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/add') ? 1 : 0;
|
12 |
$allowReport = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/report') ? 1 : 0;
|
| Línea 10... |
Línea 13... |
| 10 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
13 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
| Línea 126... |
Línea 129... |
| 126 |
'type': 'get',
|
129 |
'type': 'get',
|
| 127 |
'beforeSend': function(request) {
|
130 |
'beforeSend': function(request) {
|
| 128 |
NProgress.start();
|
131 |
NProgress.start();
|
| 129 |
},
|
132 |
},
|
| 130 |
'dataFilter': function(response) {
|
133 |
'dataFilter': function(response) {
|
| 131 |
console.log(response);
|
- |
|
| 132 |
var response = jQuery.parseJSON(response);
|
134 |
var response = jQuery.parseJSON(response);
|
| 133 |
var json = {};
|
135 |
var json = {};
|
| 134 |
json.recordsTotal = 0;
|
136 |
json.recordsTotal = 0;
|
| 135 |
json.recordsFiltered = 0;
|
137 |
json.recordsFiltered = 0;
|
| 136 |
json.data = [];
|
138 |
json.data = [];
|