mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Erweitere IPN-Suggest um Bauteilbeschreibung.
Die Implementierung berücksichtigt nun zusätzlich die Bauteilbeschreibung zu maximal 150 Zeichen Länge für die Generierung von IPN-Vorschlägen und Inkrementen.
This commit is contained in:
parent
9c565cbaed
commit
0dc7dbdb03
20 changed files with 361 additions and 35 deletions
|
|
@ -86,6 +86,7 @@ class PartBaseType extends AbstractType
|
|||
'attr' => [
|
||||
'placeholder' => 'part.edit.description.placeholder',
|
||||
'rows' => 2,
|
||||
'data-ipn-suggestion' => 'descriptionField',
|
||||
],
|
||||
])
|
||||
->add('minAmount', SIUnitType::class, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue