mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 11:45:14 +00:00
Trigger cache, fixes #3127
This commit is contained in:
@@ -70,6 +70,8 @@ class CreateController extends Controller
|
|||||||
$service = app(GroupCloneService::class);
|
$service = app(GroupCloneService::class);
|
||||||
$newGroup = $service->cloneGroup($group);
|
$newGroup = $service->cloneGroup($group);
|
||||||
|
|
||||||
|
app('preferences')->mark();
|
||||||
|
|
||||||
return redirect(route('transactions.show', [$newGroup->id]));
|
return redirect(route('transactions.show', [$newGroup->id]));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user