WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f17bb0e3cc - Show all commits

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' => json_decode($application->response->responseData, true),
'formStructure' => $application->response->form,
'vacancy' => $application->response->vacancy,
'canVote' => $this->canVote($application->votes),