mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Require implicit search
This commit is contained in:
parent
500aa37e3c
commit
7f674fdd35
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
undefinedText: '',
|
||||
iconsPrefix: 'fa',
|
||||
search: {{ (isset($search)) ? 'true' : 'false' }},
|
||||
search: {{ ((isset($search)) && ($search=='true')) ? 'true' : 'false' }},
|
||||
paginationVAlign: 'both',
|
||||
sidePagination: '{{ (isset($clientSearch)) ? 'client' : 'server' }}',
|
||||
sortable: true,
|
||||
|
|
Loading…
Reference in a new issue