mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-05 03:26:13 +01:00
Sort log entries by existing column
Sorting by none existing column might result in exceptions.
This commit is contained in:
parent
043a28472f
commit
b8b0c4f668
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue