Improved serialization result for parts

This commit is contained in:
Jan Böhmer 2023-03-12 01:41:44 +01:00
parent 2c67586873
commit 38b5e95842
6 changed files with 168 additions and 2 deletions

View file

@ -39,6 +39,7 @@ trait ManufacturerTrait
* @ORM\ManyToOne(targetEntity="Manufacturer")
* @ORM\JoinColumn(name="id_manufacturer", referencedColumnName="id")
* @Selectable()
* @Groups({"simple","extended", "full"})
*/
protected ?Manufacturer $manufacturer = null;