mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Bugfix in redirect after creating a new rule
This commit is contained in:
parent
07f4995c8f
commit
9ce9caba02
@ -263,7 +263,7 @@ class RuleController extends Controller
|
|||||||
// set value so create routine will not overwrite URL:
|
// set value so create routine will not overwrite URL:
|
||||||
Session::put('rules.rule.create.fromStore', true);
|
Session::put('rules.rule.create.fromStore', true);
|
||||||
|
|
||||||
return redirect(route('rules.rule.create', [$request->input('what')]))->withInput();
|
return redirect(route('rules.rule.create', [$ruleGroup]))->withInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
// redirect to previous URL.
|
// redirect to previous URL.
|
||||||
|
Loading…
Reference in New Issue
Block a user