Sort log entries by existing column

Sorting by none existing column might result in exceptions.
This commit is contained in:
Daniel Siepmann 2021-02-15 16:04:21 +01:00
parent 043a28472f
commit b8b0c4f668

View file

@ -11,7 +11,7 @@ return (static function (string $extensionKey, string $tableName) {
'label' => 'table_name',
'label_alt' => 'record_uid',
'label_alt_force' => true,
'default_sortby' => 'title',
'default_sortby' => 'crdate',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',