Added additional sort/order hidden fields
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ba680126bc
commit
2c7bbfa637
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@
|
||||||
'id' => (isset($id_formname)) ? $id_formname : 'assetsBulkForm',
|
'id' => (isset($id_formname)) ? $id_formname : 'assetsBulkForm',
|
||||||
]) }}
|
]) }}
|
||||||
|
|
||||||
{{-- The 'id ASC' will only be used if the cookie is actually empty (like on first-use) --}}
|
{{-- The sort and order will only be used if the cookie is actually empty (like on first-use) --}}
|
||||||
<input name="sort" type="hidden" value="id ASC">
|
<input name="sort" type="hidden" value="assets.id">
|
||||||
|
<input name="order" type="hidden" value="asc">
|
||||||
<label for="bulk_actions">
|
<label for="bulk_actions">
|
||||||
<span class="sr-only">
|
<span class="sr-only">
|
||||||
{{ trans('button.bulk_actions') }}
|
{{ trans('button.bulk_actions') }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue