mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 18:21:21 +00:00
🤖 Auto commit for release 'develop' on 2025-10-29
This commit is contained in:
@@ -206,7 +206,7 @@ class EditController extends Controller
|
||||
app('preferences')->mark();
|
||||
$redirect = redirect($this->getPreviousUrl('rules.edit.url'));
|
||||
|
||||
if(true === $data['run_after_form']) {
|
||||
if (true === $data['run_after_form']) {
|
||||
return redirect(route('rules.select-transactions', [$rule->id]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user