mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added a comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
304cd75af5
commit
e1b24bb763
|
@ -33,7 +33,8 @@ class BulkAssetsController extends Controller
|
|||
if (! $request->filled('ids')) {
|
||||
return redirect()->back()->with('error', 'No assets selected');
|
||||
}
|
||||
|
||||
|
||||
// Figure out where we need to send the user after the update is complete, and store that in the session
|
||||
$bulk_back_url = request()->headers->get('referer');
|
||||
session(['bulk_back_url' => $bulk_back_url]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue