diff --git a/Classes/Domain/Model/Question.php b/Classes/Domain/Model/Question.php index 48bc6f7..1cf53dd 100644 --- a/Classes/Domain/Model/Question.php +++ b/Classes/Domain/Model/Question.php @@ -597,6 +597,6 @@ public function getSortedCategoriesArray() { $queryBuilder->expr()->eq('mm.tablenames', $queryBuilder->createNamedParameter('tx_fpmasterquiz_domain_model_question')) ) ->orderBy('sys_category.sorting') - ->executeQuery(); + ->executeQuery()->fetchAllAssociative(); } } diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index fe5763b..18a5355 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -214,5 +214,7 @@ ChangeLog Bugfix for settings.pointsMode 4. -5.0.2: - Bugfix: prevent multiple ajax calls. \ No newline at end of file +5.0.3: + Bugfix: prevent multiple ajax calls. + + Bugfix: Matrix-Display. \ No newline at end of file diff --git a/README.md b/README.md index 441d5b0..81e5ee8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fp_masterquiz -version 5.0.2 +version 5.0.3 TYPO3 extension to create a quiz, poll or test. The participant result will be saved in the DB too and can be deleted automatically via Scheduler. @@ -47,5 +47,6 @@ Changes in version 5.0: - settings.user.checkFEuser allows now values greater than 1. - Bugfix for pointsMode 4. -Changes in version 5.0.2: -- Bugfix: prevent multiple ajax calls. \ No newline at end of file +Changes in version 5.0.3: +- Bugfix: prevent multiple ajax calls. +- Bugfix: Matrix-Display. \ No newline at end of file diff --git a/Resources/Private/Partials/Question/Properties.html b/Resources/Private/Partials/Question/Properties.html index 3f449f5..41b9851 100644 --- a/Resources/Private/Partials/Question/Properties.html +++ b/Resources/Private/Partials/Question/Properties.html @@ -65,7 +65,7 @@ Nicht für jede Antwort ein Select hinzufügen, deshalb erst später hinzufügen - When 'Enter an answer' in a text field + When 'Enter an answer' in a text field
- When 'Enter an answer' in a textarea + When 'Enter an answer' in a textarea
- - - + + +
diff --git a/ext_emconf.php b/ext_emconf.php index 5edb8fc..0bf6ce1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -16,7 +16,7 @@ 'category' => 'plugin', 'author' => 'Kurt Gusbeth', 'state' => 'stable', - 'version' => '5.0.2', + 'version' => '5.0.3', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99',