mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove version from asset table to persist column selections
This commit is contained in:
parent
bfa4812482
commit
60f6895919
|
@ -86,7 +86,7 @@
|
|||
'company_id'=>e(Input::get('company_id')),
|
||||
'status_id'=>e(Input::get('status_id'))))}}"
|
||||
data-click-to-select="true"
|
||||
data-cookie-id-table="{{ e(Input::get('status')) }}assetTable-{{ config('version.app_version') }}">
|
||||
data-cookie-id-table="{{ e(Input::get('status')) }}assetTable">
|
||||
</table>
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
|
|
Loading…
Reference in a new issue