mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-19 10:24:50 +02:00
Allow to filter by IPN
This commit is contained in:
parent
b1d359f538
commit
6d966ce516
3 changed files with 12 additions and 0 deletions
|
@ -100,6 +100,10 @@ class PartFilterType extends AbstractType
|
|||
'step' => 1,
|
||||
]);
|
||||
|
||||
$builder->add('ipn', TextConstraintType::class, [
|
||||
'label' => 'part.edit.ipn',
|
||||
]);
|
||||
|
||||
$builder->add('favorite', BooleanConstraintType::class, [
|
||||
'label' => 'part.edit.is_favorite'
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue