Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
ad77d55c16 Merge pull request #10844 from firefly-iii/release-1756729274
🤖 Automatically merge the PR into the develop branch.
2025-09-01 14:21:21 +02:00
JC5
445a383dd0 🤖 Auto commit for release 'develop' on 2025-09-01 2025-09-01 14:21:14 +02:00
Sander Dorigo
1666af939e Fix null 2025-09-01 14:03:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ class ShowController extends Controller
// get list of accounts. Count it and split it.
$this->repository->resetAccountOrder();
// TODO fix sort.
$collection = $this->repository->getAccountsByType($types, null);
$collection = $this->repository->getAccountsByType($types);
$count = $collection->count();
// continue sort:

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2025-09-01',
'build_time' => 1756727696,
'build_time' => 1756729173,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 26,