mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 17:57:29 +00:00
Add migration routine for https://github.com/firefly-iii/firefly-iii/pull/8650
This commit is contained in:
@@ -85,6 +85,10 @@ class RuleAction extends Model
|
||||
|
||||
return (string)$this->action_value;
|
||||
}
|
||||
if (true === config('firefly.feature_flags.expression_engine') && str_starts_with($this->action_value, '\=')) {
|
||||
// return literal string.
|
||||
return substr($this->action_value, 1);
|
||||
}
|
||||
$expr = new ActionExpression($this->action_value);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user