mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Added a admin page for storelocations.
This commit is contained in:
parent
487c78a22b
commit
defd169737
7 changed files with 205 additions and 15 deletions
|
@ -69,7 +69,12 @@ class ToolsTreeBuilder
|
|||
$this->urlGenerator->generate('supplier_new'));
|
||||
$nodes[] = new TreeViewNode($this->translator->trans('tree.tools.edit.manufacturer'),
|
||||
$this->urlGenerator->generate('manufacturer_new'));
|
||||
|
||||
|
||||
$nodes[] = new TreeViewNode($this->translator->trans('tree.tools.edit.storelocation'),
|
||||
$this->urlGenerator->generate('store_location_new'));
|
||||
|
||||
$nodes[] = new TreeViewNode($this->translator->trans('tree.tools.edit.part'),
|
||||
$this->urlGenerator->generate('part_new'));
|
||||
|
||||
$tree[] = new TreeViewNode($this->translator->trans('tree.tools.edit'), null, $nodes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue