mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix for #610
This commit is contained in:
parent
bac5238589
commit
8b4ef4e2da
@ -530,6 +530,7 @@ class RuleController extends Controller
|
||||
];
|
||||
if (is_array($data['rule-triggers'])) {
|
||||
foreach ($data['rule-triggers'] as $index => $triggerType) {
|
||||
$data['rule-trigger-stop'][$index] = $data['rule-trigger-stop'][$index] ?? 0;
|
||||
$triggers[] = [
|
||||
'type' => $triggerType,
|
||||
'value' => $data['rule-trigger-values'][$index],
|
||||
|
Loading…
Reference in New Issue
Block a user