Skip to content

Commit

Permalink
[TASK] Require TYPO3 12.4.3 to get typo3fluid/fluid >= 2.9.2
Browse files Browse the repository at this point in the history
Due to an internal bug in typo3fluid/fluid the pagination
might fail, this bug is fixed in typo3fluid/fluid 2.9.2.

We now require TYPO3 12.4.3 to get typo3fluid/fluid >= 2.9.2,
so it is ensured the right version is used and the pagination
works as expected.

The failing test is reenabled.

Resolves: #3691
  • Loading branch information
dkd-friedrich authored and dkd-kaehm committed Sep 22, 2023
1 parent fcf82f6 commit a528113
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/Integration/Controller/SearchControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function canSearchForPrices()
*/
public function canDoAPaginatedSearch()
{
self::markTestSkipped('Skipped due https://github.com/TYPO3-Solr/ext-solr/issues/3691');
$this->importCSVDataSet(__DIR__ . '/Fixtures/indexing_data.csv');
$this->addTypoScriptToTemplateRecord(
1,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ext-simplexml": "*",
"solarium/solarium": "6.3.2",
"typo3/cms-backend": "*",
"typo3/cms-core": "^v12.4.2",
"typo3/cms-core": "^v12.4.3",
"typo3/cms-extbase": "*",
"typo3/cms-fluid": "*",
"typo3/cms-frontend": "*",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'constraints' => [
'depends' => [
'scheduler' => '',
'typo3' => '12.4.0-12.4.99',
'typo3' => '12.4.3-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit a528113

Please sign in to comment.