mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added location case
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5a1d03c1dc
commit
78ec21acc4
|
@ -193,6 +193,9 @@ class ImportController extends Controller
|
||||||
case 'user':
|
case 'user':
|
||||||
$redirectTo = 'users.index';
|
$redirectTo = 'users.index';
|
||||||
break;
|
break;
|
||||||
|
case 'location':
|
||||||
|
$redirectTo = 'locations.index';
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($errors) { //Failure
|
if ($errors) { //Failure
|
||||||
|
|
Loading…
Reference in a new issue