Skip to content

Commit

Permalink
Merge pull request #10 from pixelant/dev/fix_ordering
Browse files Browse the repository at this point in the history
[BUGFIX] respect order of questions and answers
  • Loading branch information
anjeylink authored Mar 1, 2018
2 parents 88305d8 + 4deabe5 commit 8242b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/TCA/tx_pxasurvey_domain_model_question.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
'type' => 'inline',
'foreign_table' => 'tx_pxasurvey_domain_model_answer',
'foreign_field' => 'question',
'foreign_sortby' => 'sorting',
'maxitems' => 9999,
'minitems' => 1,
'appearance' => [
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/tx_pxasurvey_domain_model_survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
'type' => 'inline',
'foreign_table' => 'tx_pxasurvey_domain_model_question',
'foreign_field' => 'survey',
'foreign_sortby' => 'sorting',
'maxitems' => 9999,
'appearance' => [
'collapseAll' => 1,
Expand Down

0 comments on commit 8242b1c

Please sign in to comment.