Removed license ID from seats table cookie info

This typically wouldn’t be necessary, since most people would want to view the same *types* of data across licenses
This commit is contained in:
snipe 2020-07-14 13:55:38 -07:00
parent 6e563f6e4b
commit 81a6332889
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -326,9 +326,9 @@
<table
data-columns="{{ \App\Presenters\LicensePresenter::dataTableLayoutSeats() }}"
data-cookie-id-table="seatsTable-{{ $license->id }}"
data-id-table="seatsTable-{{ $license->id }}"
id="seatsTable-{{$license->id}}"
data-cookie-id-table="seatsTable"
data-id-table="seatsTable"
id="seatsTable"
data-pagination="true"
data-search="false"
data-side-pagination="server"