mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Refresh notes in various actions.
This commit is contained in:
@@ -44,7 +44,7 @@ class IsValidActionExpression implements ValidationRule
|
||||
return;
|
||||
}
|
||||
$value ??= '';
|
||||
$expr = new ActionExpression($value);
|
||||
$expr = new ActionExpression($value);
|
||||
|
||||
if (!$expr->isValid()) {
|
||||
$fail('validation.rule_action_expression')->translate(
|
||||
|
Reference in New Issue
Block a user