mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 02:38:34 +01:00
Do not natsort description fields as these can become very long
This commit is contained in:
@@ -119,7 +119,6 @@ final class PartsDataTable implements DataTableTypeInterface
|
||||
])
|
||||
->add('description', MarkdownColumn::class, [
|
||||
'label' => $this->translator->trans('part.table.description'),
|
||||
'orderField' => 'NATSORT(part.description)'
|
||||
])
|
||||
->add('category', EntityColumn::class, [
|
||||
'label' => $this->translator->trans('part.table.category'),
|
||||
|
||||
Reference in New Issue
Block a user