WIP: Road to 1.0.0 #1
|
@ -79,7 +79,7 @@ class ApplicationController extends Controller
|
||||||
[
|
[
|
||||||
'application' => $application,
|
'application' => $application,
|
||||||
'comments' => $application->comments,
|
'comments' => $application->comments,
|
||||||
'structuredResponses' => $this->processOSLinebreaks(json_decode($application->response->responseData, true)),
|
'structuredResponses' => json_decode($application->response->responseData, true),
|
||||||
'formStructure' => $application->response->form,
|
'formStructure' => $application->response->form,
|
||||||
'vacancy' => $application->response->vacancy,
|
'vacancy' => $application->response->vacancy,
|
||||||
'canVote' => $this->canVote($application->votes),
|
'canVote' => $this->canVote($application->votes),
|
||||||
|
|
Loading…
Reference in New Issue