mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Return the user to the labels page on save
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
346f243bc0
commit
64342838fd
|
@ -883,7 +883,7 @@ class SettingsController extends Controller
|
|||
}
|
||||
|
||||
if ($setting->save()) {
|
||||
return redirect()->route('settings.index')
|
||||
return redirect()->route('settings.labels.index')
|
||||
->with('success', trans('admin/settings/message.update.success'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue