Updated route
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
274b659905
commit
5226d507d4
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@
|
||||||
data-click-to-select="true"
|
data-click-to-select="true"
|
||||||
id="accessoriesAssignedListingTable"
|
id="accessoriesAssignedListingTable"
|
||||||
class="table table-striped snipe-table"
|
class="table table-striped snipe-table"
|
||||||
data-url="{{route('api.locations.assigned_accessories', ['location' => $location, 'assigned_to' => $location->id]) }}"
|
data-url="{{ route('api.locations.assigned_accessories', ['location' => $location]) }}"
|
||||||
data-export-options='{
|
data-export-options='{
|
||||||
"fileName": "export-locations-{{ str_slug($location->name) }}-accessories-{{ date('Y-m-d') }}",
|
"fileName": "export-locations-{{ str_slug($location->name) }}-accessories-{{ date('Y-m-d') }}",
|
||||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue