Release 2.48 (#5789)

This commit is contained in:
Kevin Papst
2026-01-30 16:44:26 +01:00
committed by GitHub
parent 3925eacf9f
commit 4a31411d69
114 changed files with 1246 additions and 1224 deletions

View File

@@ -105,7 +105,7 @@ class ExportControllerTest extends AbstractControllerBaseTestCase
// assert export type buttons are available
$expected = [
'csv' => 'csv',
'html' => 'html',
'print' => 'html',
'pdf' => 'pdf',
'xlsx' => 'xlsx'
];
@@ -162,7 +162,7 @@ class ExportControllerTest extends AbstractControllerBaseTestCase
// assert export type buttons are available
$expected = [
'csv' => 'csv',
'html' => 'html',
'print' => 'html',
'pdf' => 'pdf',
'xlsx' => 'xlsx'
];
@@ -227,7 +227,7 @@ class ExportControllerTest extends AbstractControllerBaseTestCase
// don't add daterange to make sure the current month is the default range
$client->submit($form, [
'renderer' => 'html',
'renderer' => 'print',
'markAsExported' => 1
]);