mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Merge pull request #12922 from snipe/fixes/12918_route_name_for_clone_locations
Fixed #12918 - wrong route for clone location
This commit is contained in:
commit
4c16dcf5d0
|
@ -50,7 +50,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||||
|
|
||||||
Route::get('{locationId}/clone',
|
Route::get('{locationId}/clone',
|
||||||
[LocationsController::class, 'getClone']
|
[LocationsController::class, 'getClone']
|
||||||
)->name('clone/license');
|
)->name('clone/location');
|
||||||
|
|
||||||
Route::get(
|
Route::get(
|
||||||
'{locationId}/printassigned',
|
'{locationId}/printassigned',
|
||||||
|
|
Loading…
Reference in a new issue