Skip to content
Snippets Groups Projects
Commit 0b184c4b authored by Kevin Rice's avatar Kevin Rice
Browse files

Issue #3380326 by kriceiq: adds submit_button_value to rest output

parent c6bde988
No related branches found
Tags 9098
No related merge requests found
......@@ -286,6 +286,7 @@ class SimpleSurveyRestController extends ControllerBase {
'inputType' => $question->get('input_type')->value,
'displayAs' => $question->get('display_as')->value,
'questionType' => $question->get('question_type')->value,
'submit_button_value' => $question->get('submit_button_value')->value,
'id' => $genericId,
'disclaimerText' => [
'en' => $question->get('question_disclaimer')->value,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment