Set the default sotring of inventory items datatable to asc on name [SCI-7562]

This commit is contained in:
sboursen-scinote 2023-01-25 16:11:33 +01:00
parent 9cb52d6b5a
commit 217561e809

View file

@ -988,7 +988,7 @@ class Constants
'time' => 0,
'start' => 0,
'length' => REPOSITORY_DEFAULT_PAGE_SIZE,
'order' => [[2, 'asc']], # Default sorting by 'ID' column
'order' => [[3, 'asc']], # Default sorting by 'name' column
'columns' => [],
'assigned' => 'assigned',
'ColReorder' => [*0..7]