mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 17:29:34 +01:00
Added simple info page for projects
This commit is contained in:
@@ -322,6 +322,8 @@ class EntityURLGenerator
|
||||
public function listPartsURL(AbstractDBElement $entity): string
|
||||
{
|
||||
$map = [
|
||||
Project::class => 'project_info',
|
||||
|
||||
Category::class => 'part_list_category',
|
||||
Footprint::class => 'part_list_footprint',
|
||||
Manufacturer::class => 'part_list_manufacturer',
|
||||
|
||||
Reference in New Issue
Block a user