mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 20:04:34 +02:00
Do not natsort description fields as these can become very long
This commit is contained in:
parent
4946a9ab0d
commit
4a706ab707
1 changed files with 0 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue