Browse Source
Merge pull request #926 from firefly-iii/release-1754385436
🤖 Automatically merge the PR into the develop branch.
pull/927/head
develop-20250805.1
github-actions[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
app/Http/Request/ConfigurationPostRequest.php
-
config/importer.php
|
|
|
@ -242,7 +242,7 @@ class ConfigurationPostRequest extends Request |
|
|
|
$validator->errors()->add(sprintf('new_account.%s.name', $encodedAccountId), 'Account name is required when creating a new account.'); |
|
|
|
} |
|
|
|
if (!$hasCreate || '1' !== $newAccounts[$encodedAccountId]['create']) { |
|
|
|
//$validator->errors()->add(sprintf('new_account.%s.create', $encodedAccountId), 'Create flag must be set for new account creation.');
|
|
|
|
// $validator->errors()->add(sprintf('new_account.%s.create', $encodedAccountId), 'Create flag must be set for new account creation.');
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ declare(strict_types=1); |
|
|
|
|
|
|
|
return [ |
|
|
|
'version' => 'develop/2025-08-05', |
|
|
|
'build_time' => 1754366766, |
|
|
|
'build_time' => 1754385408, |
|
|
|
'flows' => ['nordigen', 'spectre', 'file', 'simplefin'], |
|
|
|
'enabled_flows' => [ |
|
|
|
'nordigen' => true, |
|
|
|
|