Put the session check back in - possible fix for #18004
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
data-show-footer="true"
|
||||
data-sort-order="asc"
|
||||
data-sort-name="name"
|
||||
data-search-text="{{ session()->get('search') }}"
|
||||
data-show-columns-search="true"
|
||||
data-toolbar="#assetsBulkEditToolbar"
|
||||
data-bulk-button-id="#bulkAssetEditButton"
|
||||
|
||||
@@ -1334,7 +1334,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
|
||||
|
||||
</script>
|
||||
|
||||
@if ((Session::get('topsearch')=='true') || (request()->is('/')))
|
||||
@if ((session()->get('topsearch')=='true') || (request()->is('/')))
|
||||
<script nonce="{{ csrf_token() }}">
|
||||
$("#tagSearch").focus();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user