Make Auteur(s) and Accès columns sortable alphabetically in admin list

This commit is contained in:
Pontoporeia
2026-05-10 22:40:57 +02:00
parent 406752bc6f
commit 9bcfaf5fd5
6 changed files with 22 additions and 6 deletions

View File

@@ -814,10 +814,12 @@ class Database
'id' => 't.id',
'identifier' => 't.identifier',
'title' => 't.title',
'authors' => 'authors',
'year' => 't.year',
'orientation' => 'o.name',
'ap_program' => 'ap.code',
'is_published' => 't.is_published',
'access_type' => 'at.name',
'submitted_at' => 't.submitted_at',
];