| Línea 129... |
Línea 129... |
| 129 |
'id' => $record->id,
|
129 |
'id' => $record->id,
|
| 130 |
'name' => $record->name,
|
130 |
'name' => $record->name,
|
| 131 |
'form' => $organizationalClimateForm->name,
|
131 |
'form' => $organizationalClimateForm->name,
|
| 132 |
'status' => $record->status,
|
132 |
'status' => $record->status,
|
| 133 |
'actions' => [
|
133 |
'actions' => [
|
| 134 |
'link_report_all' => $this->url()->fromRoute('organizational-climate/report/all', ['organizationalClimate_id' => $record->uuid]),
|
134 |
'link_report_all' => $this->url()->fromRoute('organizational-climate/report/all', ['organizational_climate_id' => $record->uuid]),
|
| 135 |
'link_report_csv' => $this->url()->fromRoute('organizational-climate/report/csv', ['organizationalClimate_id' => $record->uuid]),
|
135 |
'link_report_csv' => $this->url()->fromRoute('organizational-climate/report/csv', ['organizational_climate_id' => $record->uuid]),
|
| 136 |
'link_overview' => $this->url()->fromRoute('organizational-climate/report/overview', ['organizationalClimate_id' => $record->uuid])
|
136 |
'link_overview' => $this->url()->fromRoute('organizational-climate/report/overview', ['organizational_climate_id' => $record->uuid])
|
| 137 |
]
|
137 |
]
|
| 138 |
];
|
138 |
];
|
| Línea 139... |
Línea 139... |
| 139 |
|
139 |
|
| 140 |
array_push($items, $item);
|
140 |
array_push($items, $item);
|
| Línea 184... |
Línea 184... |
| 184 |
$currentUserPlugin = $this->plugin('currentUserPlugin');
|
184 |
$currentUserPlugin = $this->plugin('currentUserPlugin');
|
| 185 |
$currentCompany = $currentUserPlugin->getCompany();
|
185 |
$currentCompany = $currentUserPlugin->getCompany();
|
| 186 |
$currentUser = $currentUserPlugin->getUser();
|
186 |
$currentUser = $currentUserPlugin->getUser();
|
| Línea 187... |
Línea 187... |
| 187 |
|
187 |
|
| 188 |
$request = $this->getRequest();
|
188 |
$request = $this->getRequest();
|
| Línea 189... |
Línea 189... |
| 189 |
$uuid = $this->params()->fromRoute('organizationalClimate_id');
|
189 |
$uuid = $this->params()->fromRoute('organizational_climate_id');
|
| 190 |
|
190 |
|
| 191 |
if (!$uuid) {
|
191 |
if (!$uuid) {
|
| 192 |
$data = [
|
192 |
$data = [
|
| Línea 281... |
Línea 281... |
| 281 |
$currentUserPlugin = $this->plugin('currentUserPlugin');
|
281 |
$currentUserPlugin = $this->plugin('currentUserPlugin');
|
| 282 |
$currentCompany = $currentUserPlugin->getCompany();
|
282 |
$currentCompany = $currentUserPlugin->getCompany();
|
| 283 |
$currentUser = $currentUserPlugin->getUser();
|
283 |
$currentUser = $currentUserPlugin->getUser();
|
| Línea 284... |
Línea 284... |
| 284 |
|
284 |
|
| 285 |
$request = $this->getRequest();
|
285 |
$request = $this->getRequest();
|
| Línea 286... |
Línea 286... |
| 286 |
$uuid = $this->params()->fromRoute('organizationalClimate_id');
|
286 |
$uuid = $this->params()->fromRoute('organizational_climate_id');
|
| 287 |
|
287 |
|
| Línea 489... |
Línea 489... |
| 489 |
$currentUserPlugin = $this->plugin('currentUserPlugin');
|
489 |
$currentUserPlugin = $this->plugin('currentUserPlugin');
|
| 490 |
$currentCompany = $currentUserPlugin->getCompany();
|
490 |
$currentCompany = $currentUserPlugin->getCompany();
|
| 491 |
$currentUser = $currentUserPlugin->getUser();
|
491 |
$currentUser = $currentUserPlugin->getUser();
|
| Línea 492... |
Línea 492... |
| 492 |
|
492 |
|
| 493 |
$request = $this->getRequest();
|
493 |
$request = $this->getRequest();
|
| Línea 494... |
Línea 494... |
| 494 |
$uuid = $this->params()->fromRoute('organizationalClimate_id');
|
494 |
$uuid = $this->params()->fromRoute('organizational_climate_id');
|
| 495 |
|
495 |
|