Added possibility to import users and projects

This commit is contained in:
Jan Böhmer 2023-03-25 21:09:02 +01:00
parent 7220d752ac
commit 563d6bccd3
3 changed files with 171 additions and 3 deletions

View file

@ -58,7 +58,7 @@ class ProjectBOMEntry extends AbstractDBElement
* @var string A comma separated list of the names, where this parts should be placed
* @ORM\Column(type="text", name="mountnames")
*/
protected string $mountnames;
protected string $mountnames = '';
/**
* @var string An optional name describing this BOM entry (useful for non-part entries)