Fix an issue where new users would be given a rule that always triggers.

This commit is contained in:
James Cole
2018-05-14 19:24:35 +02:00
parent 84ac3df580
commit 4aaec0e379
2 changed files with 6 additions and 1 deletions

View File

@@ -541,6 +541,7 @@ class RuleController extends Controller
'title' => trans('firefly.default_rule_name'),
'description' => trans('firefly.default_rule_description'),
'trigger' => 'store-journal',
'strict' => true,
'rule-trigger-values' => [
trans('firefly.default_rule_trigger_description'),
trans('firefly.default_rule_trigger_from_account'),