mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Fixed handling of empty values with TextConstraint
This commit is contained in:
parent
ff5b59e25d
commit
7c14ebaa28
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class TextConstraintType extends AbstractType
|
|||
'placeholder' => 'filter.text_constraint.value',
|
||||
],
|
||||
'required' => false,
|
||||
'empty_data' => '',
|
||||
]);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue