Added ability to modify the EDA data via the Part-DB API

This commit is contained in:
Jan Böhmer 2023-12-03 00:57:11 +01:00
parent 9994dbd9db
commit f4b4f14a67
7 changed files with 25 additions and 3 deletions

View file

@ -190,6 +190,7 @@ class Category extends AbstractPartsContainingDBElement
#[Assert\Valid]
#[ORM\Embedded(class: EDACategoryInfo::class)]
#[Groups(['full', 'category:read', 'category:write'])]
protected EDACategoryInfo $eda_info;
public function __construct()