mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 04:14:36 +02:00
Validate that a parts name fullfills the regular expression set in a category
This commit is contained in:
parent
58105575d3
commit
22950f2476
5 changed files with 40 additions and 1 deletions
|
@ -76,6 +76,7 @@ class CategoryAdminForm extends BaseEntityAdminForm
|
|||
'required' => false,
|
||||
'empty_data' => '',
|
||||
'label' => 'category.edit.partname_regex',
|
||||
'help' => 'category.edit.partname_regex.help',
|
||||
'attr' => [
|
||||
'placeholder' => 'category.edit.partname_regex.placeholder',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue