mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-11 04:39:33 +00:00
Default-Sortierung für Assemblies per YAML-Konfiguration einführen
This commit is contained in:
parent
55828d830d
commit
e1fd146493
1 changed files with 3 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ services:
|
|||
|
||||
App\DataTables\Helpers\ColumnSortHelper:
|
||||
shared: false # Service has a state so not share it between different tables
|
||||
App\DataTables\AssemblyBomEntriesDataTable:
|
||||
arguments:
|
||||
$visible_columns: '%partdb.table.assemblies.default_columns%'
|
||||
|
||||
####################################################################################################################
|
||||
# Label system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue