🤖 Auto commit for release 'develop' on 2025-09-29

This commit is contained in:
JC5
2025-09-29 05:22:25 +02:00
parent ea02986170
commit 48255ae6ee
9 changed files with 356 additions and 339 deletions

View File

@@ -84,7 +84,7 @@ class NoCategoryController extends Controller
$page = (int) $request->get('page');
$pageSize = (int) app('preferences')->get('listPageSize', 50)->data;
$subTitle = trans('firefly.without_category_between', ['start' => $start->isoFormat($this->monthAndDayFormat), 'end' => $end->isoFormat($this->monthAndDayFormat)]);
$first = $this->journalRepos->firstNull()->date ?? clone $start;
$first = $this->journalRepos->firstNull()->date ?? clone $start;
$periods = $this->getNoModelPeriodOverview('category', $first, $end);
Log::debug(sprintf('Start for noCategory() is %s', $start->format('Y-m-d')));