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
parent
commit
a0a691e72d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      app/Http/Request/ConfigurationPostRequest.php
  2. 2
      config/importer.php

2
app/Http/Request/ConfigurationPostRequest.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.');
}
}
}

2
config/importer.php

@ -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,

Loading…
Cancel
Save