Added a basic admin page for footprints.

This commit is contained in:
Jan Böhmer 2019-04-28 13:08:06 +02:00
parent defd169737
commit 2ea0dc16e0
4 changed files with 131 additions and 0 deletions

View file

@ -73,6 +73,9 @@ class ToolsTreeBuilder
$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.footprint'),
$this->urlGenerator->generate('footprint_new'));
$nodes[] = new TreeViewNode($this->translator->trans('tree.tools.edit.part'),
$this->urlGenerator->generate('part_new'));