mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-11 22:35:13 +00:00
🤖 Auto commit for release 'develop' on 2026-02-06
This commit is contained in:
@@ -100,7 +100,10 @@ class SearchRuleEngine implements RuleEngineInterface
|
||||
foreach ($this->rules as $rule) { // @phpstan-ignore-line
|
||||
$result = $this->fireRule($rule);
|
||||
if ($result && true === $rule->stop_processing) {
|
||||
Log::debug(sprintf('Rule #%d has triggered and executed, but calls to stop processing. Since not in the context of a group, do not stop.', $rule->id));
|
||||
Log::debug(sprintf(
|
||||
'Rule #%d has triggered and executed, but calls to stop processing. Since not in the context of a group, do not stop.',
|
||||
$rule->id
|
||||
));
|
||||
}
|
||||
if (false === $result && true === $rule->stop_processing) {
|
||||
Log::debug(sprintf('Rule #%d has triggered and changed nothing, but calls to stop processing. Do not stop.', $rule->id));
|
||||
|
||||
Reference in New Issue
Block a user