mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-04 16:39:35 +00:00
Moved part table default column definiton to settings UI
This commit is contained in:
parent
a45bf22ac5
commit
0dbf417866
10 changed files with 176 additions and 16 deletions
|
|
@ -50,6 +50,7 @@ class SidebarSettings
|
|||
formOptions: ['class' => SidebarItems::class, 'multiple' => true, 'ordered' => true]
|
||||
)]
|
||||
#[Assert\NotBlank()]
|
||||
#[Assert\Unique()]
|
||||
public array $items = [SidebarItems::CATEGORIES, SidebarItems::PROJECTS, SidebarItems::TOOLS];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue