Renamed device_* routes to project_* routes

This commit is contained in:
Jan Böhmer 2023-01-08 23:07:25 +01:00
parent 1a3253b31a
commit 7b536fc4ad
5 changed files with 16 additions and 16 deletions

View file

@ -159,7 +159,7 @@ class ToolsTreeBuilder
if ($this->security->isGranted('read', new Project())) {
$nodes[] = (new TreeViewNode(
$this->translator->trans('tree.tools.edit.projects'),
$this->urlGenerator->generate('device_new')
$this->urlGenerator->generate('project_new')
))->setIcon('fa-fw fa-treeview fa-solid fa-archive');
}
if ($this->security->isGranted('read', new Supplier())) {