Merge pull request #8650 from michaelhthomas/feat/expression-engine

[feat] Rules Expression Engine
This commit is contained in:
James Cole
2024-03-10 06:04:06 +01:00
committed by GitHub
32 changed files with 796 additions and 75 deletions

View File

@@ -46,6 +46,7 @@ return [
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
'deleted_user' => 'Due to security constraints, you cannot register using this email address.',
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'rule_action_expression' => 'Invalid expression. :error',
'rule_action_value' => 'This value is invalid for the selected action.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_attached' => 'Successfully uploaded file ":name".',