Sort license seats by their number only, making the sort order more logical

This commit is contained in:
Daniel Meltzer 2020-04-30 10:34:30 -04:00
parent b28a4f3108
commit 441049d8ac
No known key found for this signature in database
GPG key ID: 91C5C7B09A5B1CA0

View file

@ -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,