mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Add rule error reporting to all rules.
This commit is contained in:
@@ -115,7 +115,7 @@ class ConvertToDeposit implements ActionInterface
|
||||
|
||||
return $res;
|
||||
}
|
||||
// TODO introduce error
|
||||
event(new RuleActionFailedOnArray($this->action, $journal, trans('rules.unsupported_transaction_type_deposit', ['type' => $type])));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user