diff --git a/app/Http/Controllers/EditController.php b/app/Http/Controllers/EditController.php index 2848d582..8ba04ee9 100644 --- a/app/Http/Controllers/EditController.php +++ b/app/Http/Controllers/EditController.php @@ -365,7 +365,7 @@ public function bulkEditStore(Request $request) $backend->sendBulkBackend($request); } - return back()->withInput()->with('message', __("The presentations have been successfully updated.")); + return redirect()->route('manage_presentations')->with('message', __("The presentations have been successfully updated.")); //return redirect(session('links')[2])->with('message', __("Presentations are successfully updated")); } }