Allow to filter by IPN

This commit is contained in:
Jan Böhmer 2022-12-04 02:40:37 +01:00
parent b1d359f538
commit 6d966ce516
3 changed files with 12 additions and 0 deletions

View file

@ -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'
]);