mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-20 19:05:14 +02:00
Allow to filter by the number of part lots.
This commit is contained in:
parent
99b25fb293
commit
b8c77ca855
4 changed files with 63 additions and 3 deletions
|
@ -142,6 +142,11 @@ class PartFilterType extends AbstractType
|
|||
'min' => 0,
|
||||
]);
|
||||
|
||||
$builder->add('lotCount', NumberConstraintType::class, [
|
||||
'label' => 'part.filter.lot_count',
|
||||
'min' => 0
|
||||
]);
|
||||
|
||||
|
||||
$builder->add('submit', SubmitType::class, [
|
||||
'label' => 'Update',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue