mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
Make more fiields importable
This commit is contained in:
parent
4437f206af
commit
820be46ed3
10 changed files with 35 additions and 29 deletions
|
@ -58,7 +58,7 @@ trait AdvancedPropertyTrait
|
|||
* @var string The internal part number of the part
|
||||
* @ORM\Column(type="string", length=100, nullable=true, unique=true)
|
||||
* @Assert\Length(max="100")
|
||||
* @Groups({"extended", "full", "ipn"})
|
||||
* @Groups({"extended", "full", "import"})
|
||||
*/
|
||||
protected ?string $ipn = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue