This commit is contained in:
Miguel N 2021-01-29 16:57:57 +00:00
parent 0f5e812e03
commit f941980602
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class ApplicationController extends Controller
[
'application' => $application,
'comments' => $application->comments,
'structuredResponses' => %this->processOSLinebreaks(json_decode($application->response->responseData, true)),
'structuredResponses' => $this->processOSLinebreaks(json_decode($application->response->responseData, true)),
'formStructure' => $application->response->form,
'vacancy' => $application->response->vacancy,
'canVote' => $this->canVote($application->votes),