Merge pull request #807 from pkoziol/issue-799

Fix reseting action type when editing rule
This commit is contained in:
James Cole 2017-09-03 09:45:07 +02:00 committed by GitHub
commit e81775fbce

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,