Further fix to Survey macro processing changes
This commit is contained in:
parent
20d0630658
commit
439f93f98e
1 changed files with 1 additions and 0 deletions
|
|
@ -2005,6 +2005,7 @@ sub prepareShowSurveyTemplate {
|
|||
$section->{allowBackBtn} = $self->get('allowBackBtn');
|
||||
|
||||
my $out = $self->processTemplate( $section, $self->get('surveyQuestionsId') );
|
||||
WebGUI::Macro::process($self->session, \$out);
|
||||
|
||||
$self->session->http->setMimeType('application/json');
|
||||
return to_json( { type => 'displayquestions', section => $section, questions => $questions, html => $out } );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue