mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Do not override per table data-id-cookie-table attribute by current route name globally (#7835)
This commit is contained in:
parent
c88813bbb8
commit
06e641b782
|
@ -41,7 +41,6 @@
|
||||||
iconsPrefix: 'fa',
|
iconsPrefix: 'fa',
|
||||||
cookie: true,
|
cookie: true,
|
||||||
cookieExpire: '2y',
|
cookieExpire: '2y',
|
||||||
cookieIdTable: '{{ Route::currentRouteName() }}',
|
|
||||||
mobileResponsive: true,
|
mobileResponsive: true,
|
||||||
maintainSelected: true,
|
maintainSelected: true,
|
||||||
trimOnSearch: false,
|
trimOnSearch: false,
|
||||||
|
|
Loading…
Reference in a new issue