mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added simple info page for projects
This commit is contained in:
parent
855b3070bb
commit
d5b1c6be0a
12 changed files with 647 additions and 76 deletions
|
@ -52,7 +52,7 @@ class Project extends AbstractStructuralDBElement
|
|||
protected $parent;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="ProjectBOMEntry", mappedBy="device")
|
||||
* @ORM\OneToMany(targetEntity="ProjectBOMEntry", mappedBy="project")
|
||||
*/
|
||||
protected $bom_entries;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue