Fixes #1659 - different cookie for each view

This commit is contained in:
snipe
2016-01-27 19:51:02 -08:00
parent 2d56240408
commit 9563cf4614
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v2.1.0-1',
'hash_version' => 'v2.1.0-1-g0896ca6',
'app_version' => 'v2.1.0-3',
'hash_version' => 'v2.1.0-3-g00bb511',
);
+1 -1
View File
@@ -69,7 +69,7 @@
data-url="{{route('api.hardware.list', array(''=>Input::get('status'),'order_number'=>Input::get('order_number')))}}"
data-cookie="true"
data-click-to-select="true"
data-cookie-id-table="assetTable-{{ Config::get('version.hash_version') }}">
data-cookie-id-table="{{ Input::get('status') }}assetTable-{{ Config::get('version.hash_version') }}">
<thead>
<tr>
<th data-class="hidden-xs" data-switchable="false" data-searchable="false" data-sortable="false" data-field="checkbox"><div class="text-center"><input type="checkbox" id="checkAll" style="padding-left: 0px;"></div></th>