remove sorting from ssl 'issuer' as this data is being read from the certificate content and not the database/table and therefore cannot be sorted using the API, fixes #1116
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -49,6 +49,7 @@ return [
|
|||||||
'label' => lng('ssl_certificates.issuer'),
|
'label' => lng('ssl_certificates.issuer'),
|
||||||
'field' => 'issuer',
|
'field' => 'issuer',
|
||||||
'searchable' => false,
|
'searchable' => false,
|
||||||
|
'sortable' => false,
|
||||||
],
|
],
|
||||||
'c.validfromdate' => [
|
'c.validfromdate' => [
|
||||||
'label' => lng('ssl_certificates.valid_from'),
|
'label' => lng('ssl_certificates.valid_from'),
|
||||||
|
|||||||
Reference in New Issue
Block a user