mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixes location user route
This commit is contained in:
parent
4721cab928
commit
1448229cd2
|
@ -29,7 +29,7 @@
|
|||
name="location_users"
|
||||
id="table-users"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.locations.viewusers', $location->id)}}"
|
||||
data-url="{{route('api.users.index', ['location_id' => $location->id])}}"
|
||||
data-cookie="true"
|
||||
data-click-to-select="true"
|
||||
data-cookie-id-table="location_usersDetailTable">
|
||||
|
|
Loading…
Reference in a new issue