Skip to content

Commit

Permalink
[TASK] Require 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 bub is fixed in typo3fluid/fluid 2.9.2.

We now require typo3fluid/fluid >= 2.9.2 to ensure the
right version is used and the pagination works as expected.

The failing test is reenabled.

Resolves: 3691
  • Loading branch information
dkd-friedrich committed Sep 21, 2023
1 parent df31241 commit 5edafa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"ext-pdo": "*",
"ext-simplexml": "*",
"solarium/solarium": "6.2.7",
"typo3fluid/fluid": "^2.9.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

0 comments on commit 5edafa3

Please sign in to comment.