mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-23 09:59:34 +00:00
Allow to order and filter by GTIN in part tables
This commit is contained in:
parent
1130f71075
commit
a962e5e019
6 changed files with 19 additions and 1 deletions
|
|
@ -135,6 +135,10 @@ class PartFilterType extends AbstractType
|
|||
'min' => 0,
|
||||
]);
|
||||
|
||||
$builder->add('gtin', TextConstraintType::class, [
|
||||
'label' => 'part.gtin',
|
||||
]);
|
||||
|
||||
$builder->add('measurementUnit', StructuralEntityConstraintType::class, [
|
||||
'label' => 'part.edit.partUnit',
|
||||
'entity_class' => MeasurementUnit::class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue