Fix reseting action type when editing rule

firefly-iii/firefly-iii#799
This commit is contained in:
koziolek 2017-09-02 20:30:55 +02:00
parent 95e91b9af8
commit bbe8a97945

View File

@ -523,7 +523,7 @@ class RuleController extends Controller
$actions[] = view(
'rules.partials.action',
[
'oldTrigger' => $entry->action_type,
'oldAction' => $entry->action_type,
'oldValue' => $entry->action_value,
'oldChecked' => $entry->stop_processing,
'count' => $count,