Added very basic controls to edit a projects BOM

This commit is contained in:
Jan Böhmer 2022-12-23 13:12:22 +01:00
parent b1ed52bcc3
commit c78bc01d23
6 changed files with 158 additions and 7 deletions

View file

@ -32,6 +32,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* The ProjectBOMEntry class represents a entry in a project's BOM.
*
* @ORM\Table("device_parts")
* @ORM\HasLifecycleCallbacks()
* @ORM\Entity()
*/
class ProjectBOMEntry extends AbstractDBElement