mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Refactored EntityImporter service
This commit is contained in:
parent
38b5e95842
commit
8f033910ce
4 changed files with 107 additions and 71 deletions
|
@ -63,7 +63,7 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
|
|||
/**
|
||||
* @var string The comment info for this element
|
||||
* @ORM\Column(type="text")
|
||||
* @Groups({"full"})
|
||||
* @Groups({"full", "import"})
|
||||
*/
|
||||
protected string $comment = '';
|
||||
|
||||
|
@ -71,7 +71,7 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
|
|||
* @var bool If this property is set, this element can not be selected for part properties.
|
||||
* Useful if this element should be used only for grouping, sorting.
|
||||
* @ORM\Column(type="boolean")
|
||||
* @Groups({"full"})
|
||||
* @Groups({"full", "import"})
|
||||
*/
|
||||
protected bool $not_selectable = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue