mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 12:40:39 -08:00
Sort license seats by their number only, making the sort order more logical
This commit is contained in:
parent
b28a4f3108
commit
441049d8ac
|
@ -161,6 +161,7 @@ class LicensePresenter extends Presenter
|
|||
"field" => "name",
|
||||
"searchable" => false,
|
||||
"sortable" => false,
|
||||
"sorter" => "numericOnly",
|
||||
"switchable" => true,
|
||||
"title" => trans('admin/licenses/general.seat'),
|
||||
"visible" => true,
|
||||
|
|
Loading…
Reference in a new issue