Skip to content

Commit

Permalink
Fixed second bugg bulkedit
Browse files Browse the repository at this point in the history
  • Loading branch information
orkit committed Jan 16, 2025
1 parent a7f329a commit 29b67fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/EditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
}

0 comments on commit 29b67fe

Please sign in to comment.