mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Renamed device_* routes to project_* routes
This commit is contained in:
parent
1a3253b31a
commit
7b536fc4ad
5 changed files with 16 additions and 16 deletions
|
@ -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())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue