mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-07 17:04:30 +02:00
Allow to import attachments and parameters via entity import
This fixes issue #363
This commit is contained in:
parent
bbf7222a6a
commit
06c8e584a4
19 changed files with 73 additions and 58 deletions
|
@ -144,9 +144,11 @@ class User extends AttachmentContainingDBElement implements UserInterface, HasPe
|
|||
protected ?string $pw_reset_token = null;
|
||||
|
||||
#[ORM\Column(name: 'config_instock_comment_a', type: Types::TEXT)]
|
||||
#[Groups(['extended', 'full', 'import'])]
|
||||
protected string $instock_comment_a = '';
|
||||
|
||||
#[ORM\Column(name: 'config_instock_comment_w', type: Types::TEXT)]
|
||||
#[Groups(['extended', 'full', 'import'])]
|
||||
protected string $instock_comment_w = '';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue