mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-30 06:49:32 +00:00
Added an parameter to enable/disable the root node in the sidebar
Fixes issue #158
This commit is contained in:
parent
e8e1da9c61
commit
796dea33f2
3 changed files with 6 additions and 2 deletions
|
|
@ -205,6 +205,7 @@ services:
|
|||
App\Services\Trees\TreeViewGenerator:
|
||||
arguments:
|
||||
$rootNodeExpandedByDefault: '%partdb.sidebar.root_expanded%'
|
||||
$rootNodeEnabled: '%partdb.sidebar.root_node_enable%'
|
||||
|
||||
####################################################################################################################
|
||||
# Symfony overrides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue