diff --git a/src/Form/ParameterType.php b/src/Form/ParameterType.php
index d4d35275..8cd66abd 100644
--- a/src/Form/ParameterType.php
+++ b/src/Form/ParameterType.php
@@ -35,6 +35,7 @@ class ParameterType extends AbstractType
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder->add('name', TextType::class, [
+ 'label' => false,
'empty_data' => '',
'attr' => [
'placeholder' => 'parameters.name.placeholder',
@@ -42,6 +43,7 @@ class ParameterType extends AbstractType
],
]);
$builder->add('symbol', TextType::class, [
+ 'label' => false,
'required' => false,
'empty_data' => '',
'attr' => [
@@ -51,6 +53,7 @@ class ParameterType extends AbstractType
],
]);
$builder->add('value_text', TextType::class, [
+ 'label' => false,
'required' => false,
'empty_data' => '',
'attr' => [
@@ -60,6 +63,7 @@ class ParameterType extends AbstractType
]);
$builder->add('value_max', NumberType::class, [
+ 'label' => false,
'required' => false,
'html5' => true,
'attr' => [
@@ -70,6 +74,7 @@ class ParameterType extends AbstractType
],
]);
$builder->add('value_min', NumberType::class, [
+ 'label' => false,
'required' => false,
'html5' => true,
'attr' => [
@@ -80,6 +85,7 @@ class ParameterType extends AbstractType
],
]);
$builder->add('value_typical', NumberType::class, [
+ 'label' => false,
'required' => false,
'html5' => true,
'attr' => [
@@ -90,6 +96,7 @@ class ParameterType extends AbstractType
],
]);
$builder->add('unit', TextType::class, [
+ 'label' => false,
'required' => false,
'empty_data' => '',
'attr' => [
@@ -100,6 +107,7 @@ class ParameterType extends AbstractType
]);
$builder->add('group', TextType::class, [
+ 'label' => false,
'required' => false,
'empty_data' => '',
'attr' => [
diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf
index 7386c77f..a7bbeb73 100644
--- a/translations/messages.de.xlf
+++ b/translations/messages.de.xlf
@@ -101,7 +101,7 @@
Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19
- Part-DB1\templates\_navbar_search.html.twig:61
+ Part-DB1\templates\_navbar_search.html.twig:67Part-DB1\templates\_sidebar.html.twig:27Part-DB1\templates\_sidebar.html.twig:43Part-DB1\templates\_sidebar.html.twig:63
@@ -273,9 +273,19 @@
Dateianhänge
+
+
+ Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:90
+ new
+
+
+ admin.parameters
+ Parameter
+
+
- Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:167
+ Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:178Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:167templates\AdminPages\EntityAdminBase.html.twig:142
@@ -286,7 +296,7 @@
- Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:173
+ Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:184Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:173
@@ -657,7 +667,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\AdminPages\_delete_form.html.twig:16Part-DB1\templates\Parts\info\_tools.html.twig:43
- Part-DB1\src\Form\Part\PartBaseType.php:267
+ Part-DB1\src\Form\Part\PartBaseType.php:283Part-DB1\templates\AdminPages\_delete_form.html.twig:16Part-DB1\templates\Parts\info\_tools.html.twig:43Part-DB1\src\Form\Part\PartBaseType.php:267
@@ -830,6 +840,110 @@ Subelemente werden beim Löschen nach oben verschoben.
Bauteile mit diesem Element
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:6
+ Part-DB1\templates\helper.twig:120
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:6
+
+
+ specifications.property
+ Parameter
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:7
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:7
+
+
+ specifications.symbol
+ Symbol
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:8
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:8
+
+
+ specifications.value_min
+ Min.
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:9
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:9
+
+
+ specifications.value_typ
+ Typ.
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:10
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:10
+
+
+ specifications.value_max
+ Max.
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:11
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:11
+
+
+ specifications.unit
+ Einheit
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:12
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:12
+
+
+ specifications.text
+ Text
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:13
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:13
+ new
+
+
+ specifications.group
+ Sektion
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:26
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:26
+ new
+
+
+ specification.create
+ Neuer Parameter
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:31
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:31
+ new
+
+
+ parameter.delete.confirm
+ Möchten Sie den Parameter wirklich löschen?
+
+ Part-DB1\templates\attachment_list.html.twig:3
@@ -1033,6 +1147,16 @@ Subelemente werden beim Löschen nach oben verschoben.
Nein
+
+
+ Part-DB1\templates\helper.twig:121
+ new
+
+
+ specifications.value
+ Wert
+
+ Part-DB1\templates\homepage.html.twig:7
@@ -1302,7 +1426,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:18Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:58
- Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:18
+ Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:78Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:58
@@ -1432,9 +1556,19 @@ Subelemente werden beim Löschen nach oben verschoben.
Bestellinformationen
-
+ Part-DB1\templates\Parts\edit\edit_part_info.html.twig:58
+ new
+
+
+ part.edit.tab.specifications
+ Parameter
+
+
+
+
+ Part-DB1\templates\Parts\edit\edit_part_info.html.twig:64Part-DB1\templates\Parts\edit\edit_part_info.html.twig:58
@@ -1495,7 +1629,7 @@ Subelemente werden beim Löschen nach oben verschoben.
- Part-DB1\templates\Parts\edit\_orderdetails.html.twig:61
+ Part-DB1\templates\Parts\edit\_orderdetails.html.twig:65Part-DB1\templates\Parts\edit\_orderdetails.html.twig:61
@@ -1530,7 +1664,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\Parts\info\show_part_info.html.twig:56
- Part-DB1\templates\_navbar_search.html.twig:26
+ Part-DB1\templates\_navbar_search.html.twig:31Part-DB1\templates\Parts\info\show_part_info.html.twig:56Part-DB1\templates\_navbar_search.html.twig:26templates\base.html.twig:62
@@ -1542,9 +1676,19 @@ Subelemente werden beim Löschen nach oben verschoben.
Kommentar
-
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:64
+ new
+
+
+ part.info.specifications
+ Parameter
+
+
+
+
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:74Part-DB1\templates\Parts\info\show_part_info.html.twig:64templates\Parts\show_part_info.html.twig:82
@@ -1555,7 +1699,7 @@ Subelemente werden beim Löschen nach oben verschoben.
- Part-DB1\templates\Parts\info\show_part_info.html.twig:71
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:83Part-DB1\templates\Parts\info\show_part_info.html.twig:71templates\Parts\show_part_info.html.twig:88
@@ -1566,7 +1710,7 @@ Subelemente werden beim Löschen nach oben verschoben.
- Part-DB1\templates\Parts\info\show_part_info.html.twig:78
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:91Part-DB1\templates\Parts\info\show_part_info.html.twig:78templates\Parts\show_part_info.html.twig:94
@@ -1577,7 +1721,7 @@ Subelemente werden beim Löschen nach oben verschoben.
- Part-DB1\templates\Parts\info\show_part_info.html.twig:84
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:97Part-DB1\templates\_sidebar.html.twig:54Part-DB1\templates\_sidebar.html.twig:13Part-DB1\templates\Parts\info\show_part_info.html.twig:84
@@ -1596,7 +1740,7 @@ Subelemente werden beim Löschen nach oben verschoben.
- Part-DB1\templates\Parts\info\show_part_info.html.twig:90
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:103Part-DB1\templates\Parts\info\show_part_info.html.twig:90
@@ -1746,7 +1890,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\Parts\info\_main_infos.html.twig:8
- Part-DB1\templates\_navbar_search.html.twig:41
+ Part-DB1\templates\_navbar_search.html.twig:46Part-DB1\src\Services\ElementTypeNameGenerator.php:84Part-DB1\templates\Parts\info\_main_infos.html.twig:8Part-DB1\templates\_navbar_search.html.twig:41
@@ -1774,7 +1918,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\Parts\info\_main_infos.html.twig:32
- Part-DB1\templates\_navbar_search.html.twig:18
+ Part-DB1\templates\_navbar_search.html.twig:19Part-DB1\templates\Parts\info\_main_infos.html.twig:32Part-DB1\templates\_navbar_search.html.twig:18templates\base.html.twig:58
@@ -1789,7 +1933,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\Parts\info\_main_infos.html.twig:34
- Part-DB1\templates\_navbar_search.html.twig:14
+ Part-DB1\templates\_navbar_search.html.twig:15Part-DB1\src\Services\ElementTypeNameGenerator.php:80Part-DB1\templates\Parts\info\_main_infos.html.twig:34Part-DB1\templates\_navbar_search.html.twig:14
@@ -1830,7 +1974,7 @@ Subelemente werden beim Löschen nach oben verschoben.
Part-DB1\templates\Parts\info\_main_infos.html.twig:45
- Part-DB1\templates\_navbar_search.html.twig:47
+ Part-DB1\templates\_navbar_search.html.twig:52Part-DB1\src\Services\ElementTypeNameGenerator.php:83Part-DB1\templates\Parts\info\_main_infos.html.twig:45Part-DB1\templates\_navbar_search.html.twig:47
@@ -2066,6 +2210,26 @@ Subelemente werden beim Löschen nach oben verschoben.
Nicht mehr lieferbar
+
+
+ Part-DB1\templates\Parts\info\_specifications.html.twig:10
+ new
+
+
+ parameters.extracted_from_description
+ Automatisch aus Beschreibung extrahiert
+
+
+
+
+ Part-DB1\templates\Parts\info\_specifications.html.twig:15
+ new
+
+
+ parameters.auto_extracted_from_comment
+ Automatisch aus Kommentar extrahiert
+
+ Part-DB1\templates\Parts\info\_tools.html.twig:4
@@ -3461,7 +3625,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\templates\_navbar_search.html.twig:10
+ Part-DB1\templates\_navbar_search.html.twig:11Part-DB1\templates\_navbar_search.html.twig:10templates\base.html.twig:54src\Form\PartType.php:62
@@ -3471,9 +3635,19 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Name
+
+
+ Part-DB1\templates\_navbar_search.html.twig:23
+ new
+
+
+ tags.label
+ Tags
+
+
- Part-DB1\templates\_navbar_search.html.twig:22
+ Part-DB1\templates\_navbar_search.html.twig:27Part-DB1\src\Services\ElementTypeNameGenerator.php:88Part-DB1\templates\_navbar_search.html.twig:22Part-DB1\src\Services\ElementTypeNameGenerator.php:88
@@ -3488,7 +3662,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\templates\_navbar_search.html.twig:31
+ Part-DB1\templates\_navbar_search.html.twig:36Part-DB1\templates\_navbar_search.html.twig:31templates\base.html.twig:65
@@ -3499,7 +3673,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\templates\_navbar_search.html.twig:35
+ Part-DB1\templates\_navbar_search.html.twig:40Part-DB1\src\Services\ElementTypeNameGenerator.php:89Part-DB1\templates\_navbar_search.html.twig:35Part-DB1\src\Services\ElementTypeNameGenerator.php:89
@@ -3512,7 +3686,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\templates\_navbar_search.html.twig:52
+ Part-DB1\templates\_navbar_search.html.twig:57Part-DB1\templates\_navbar_search.html.twig:52templates\base.html.twig:75
@@ -3523,7 +3697,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\templates\_navbar_search.html.twig:56
+ Part-DB1\templates\_navbar_search.html.twig:61Part-DB1\templates\_navbar_search.html.twig:56templates\base.html.twig:77
@@ -3534,7 +3708,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\templates\_navbar_search.html.twig:62
+ Part-DB1\templates\_navbar_search.html.twig:68Part-DB1\templates\_navbar_search.html.twig:62
@@ -3612,10 +3786,10 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:181
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:243
- Part-DB1\src\Controller\PartController.php:173
- Part-DB1\src\Controller\PartController.php:268
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:185
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:253
+ Part-DB1\src\Controller\PartController.php:171
+ Part-DB1\src\Controller\PartController.php:264Part-DB1\src\Controller\AdminPages\BaseAdminController.php:181Part-DB1\src\Controller\AdminPages\BaseAdminController.php:243Part-DB1\src\Controller\PartController.php:173
@@ -3628,7 +3802,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:190
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:194Part-DB1\src\Controller\AdminPages\BaseAdminController.php:190
@@ -3638,7 +3812,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:196
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:203Part-DB1\src\Controller\AdminPages\BaseAdminController.php:196
@@ -3648,7 +3822,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:252
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:262Part-DB1\src\Controller\AdminPages\BaseAdminController.php:252
@@ -3658,7 +3832,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:258
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:268Part-DB1\src\Controller\AdminPages\BaseAdminController.php:258
@@ -3668,7 +3842,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:352
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:360Part-DB1\src\Controller\AdminPages\BaseAdminController.php:352src\Controller\BaseAdminController.php:154
@@ -3679,10 +3853,10 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:354
- Part-DB1\src\Controller\UserController.php:101
- Part-DB1\src\Controller\UserSettingsController.php:150
- Part-DB1\src\Controller\UserSettingsController.php:182
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:362
+ Part-DB1\src\Controller\UserController.php:103
+ Part-DB1\src\Controller\UserSettingsController.php:147
+ Part-DB1\src\Controller\UserSettingsController.php:178Part-DB1\src\Controller\AdminPages\BaseAdminController.php:354Part-DB1\src\Controller\UserController.php:101Part-DB1\src\Controller\UserSettingsController.php:150
@@ -3695,7 +3869,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:154
+ Part-DB1\src\Controller\LogController.php:150Part-DB1\src\Controller\LogController.php:154new
@@ -3706,7 +3880,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:160
+ Part-DB1\src\Controller\LogController.php:157Part-DB1\src\Controller\LogController.php:160new
@@ -3717,7 +3891,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:180
+ Part-DB1\src\Controller\LogController.php:177Part-DB1\src\Controller\LogController.php:180new
@@ -3728,7 +3902,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:182
+ Part-DB1\src\Controller\LogController.php:179Part-DB1\src\Controller\LogController.php:182new
@@ -3739,7 +3913,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:189
+ Part-DB1\src\Controller\LogController.php:186Part-DB1\src\Controller\LogController.php:189new
@@ -3750,7 +3924,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:191
+ Part-DB1\src\Controller\LogController.php:188Part-DB1\src\Controller\LogController.php:191new
@@ -3761,7 +3935,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:198
+ Part-DB1\src\Controller\LogController.php:195Part-DB1\src\Controller\LogController.php:198new
@@ -3772,7 +3946,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:200
+ Part-DB1\src\Controller\LogController.php:197Part-DB1\src\Controller\LogController.php:200new
@@ -3783,7 +3957,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\LogController.php:203
+ Part-DB1\src\Controller\LogController.php:200Part-DB1\src\Controller\LogController.php:203new
@@ -3794,7 +3968,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\PartController.php:182
+ Part-DB1\src\Controller\PartController.php:180Part-DB1\src\Controller\PartController.php:182src\Controller\PartController.php:80
@@ -3805,7 +3979,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\PartController.php:186
+ Part-DB1\src\Controller\PartController.php:184Part-DB1\src\Controller\PartController.php:186
@@ -3815,7 +3989,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\PartController.php:219
+ Part-DB1\src\Controller\PartController.php:215Part-DB1\src\Controller\PartController.php:219
@@ -3825,8 +3999,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\PartController.php:277
- Part-DB1\src\Controller\PartController.php:317
+ Part-DB1\src\Controller\PartController.php:273Part-DB1\src\Controller\PartController.php:277Part-DB1\src\Controller\PartController.php:317src\Controller\PartController.php:113
@@ -3839,7 +4012,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\PartController.php:283
+ Part-DB1\src\Controller\PartController.php:279Part-DB1\src\Controller\PartController.php:283
@@ -3849,7 +4022,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\SecurityController.php:109
+ Part-DB1\src\Controller\SecurityController.php:108Part-DB1\src\Controller\SecurityController.php:109
@@ -3859,7 +4032,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\SecurityController.php:126
+ Part-DB1\src\Controller\SecurityController.php:125Part-DB1\src\Controller\SecurityController.php:126
@@ -3869,7 +4042,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\SecurityController.php:160
+ Part-DB1\src\Controller\SecurityController.php:156Part-DB1\src\Controller\SecurityController.php:160
@@ -3879,7 +4052,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\SecurityController.php:163
+ Part-DB1\src\Controller\SecurityController.php:159Part-DB1\src\Controller\SecurityController.php:163
@@ -3889,7 +4062,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\SecurityController.php:192
+ Part-DB1\src\Controller\SecurityController.php:188Part-DB1\src\Controller\SecurityController.php:192
@@ -3899,7 +4072,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\SecurityController.php:194
+ Part-DB1\src\Controller\SecurityController.php:190Part-DB1\src\Controller\SecurityController.php:194
@@ -3909,7 +4082,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserController.php:99
+ Part-DB1\src\Controller\UserController.php:101Part-DB1\src\Controller\UserController.php:99
@@ -3929,7 +4102,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:132
+ Part-DB1\src\Controller\UserSettingsController.php:129Part-DB1\src\Controller\UserSettingsController.php:132
@@ -3939,7 +4112,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:139
+ Part-DB1\src\Controller\UserSettingsController.php:136Part-DB1\src\Controller\UserSettingsController.php:139
@@ -3949,7 +4122,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:147
+ Part-DB1\src\Controller\UserSettingsController.php:144Part-DB1\src\Controller\UserSettingsController.php:147
@@ -3959,7 +4132,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:180
+ Part-DB1\src\Controller\UserSettingsController.php:176Part-DB1\src\Controller\UserSettingsController.php:180
@@ -3969,7 +4142,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:226
+ Part-DB1\src\Controller\UserSettingsController.php:218Part-DB1\src\Controller\UserSettingsController.php:226src\Controller\UserController.php:98
@@ -3980,7 +4153,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:288
+ Part-DB1\src\Controller\UserSettingsController.php:280Part-DB1\src\Controller\UserSettingsController.php:288src\Controller\UserController.php:130
@@ -3991,7 +4164,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:306
+ Part-DB1\src\Controller\UserSettingsController.php:298Part-DB1\src\Controller\UserSettingsController.php:306
@@ -4001,7 +4174,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:315
+ Part-DB1\src\Controller\UserSettingsController.php:307Part-DB1\src\Controller\UserSettingsController.php:315
@@ -4011,7 +4184,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Controller\UserSettingsController.php:332
+ Part-DB1\src\Controller\UserSettingsController.php:324Part-DB1\src\Controller\UserSettingsController.php:332
@@ -4045,8 +4218,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Part-DB1\src\DataTables\AttachmentDataTable.php:191Part-DB1\src\DataTables\AttachmentDataTable.php:200Part-DB1\src\DataTables\AttachmentDataTable.php:209
- Part-DB1\src\DataTables\PartsDataTable.php:193
- Part-DB1\src\DataTables\PartsDataTable.php:200
+ Part-DB1\src\DataTables\PartsDataTable.php:245
+ Part-DB1\src\DataTables\PartsDataTable.php:252Part-DB1\src\DataTables\AttachmentDataTable.php:183Part-DB1\src\DataTables\AttachmentDataTable.php:191Part-DB1\src\DataTables\AttachmentDataTable.php:200
@@ -4065,8 +4238,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Part-DB1\src\DataTables\AttachmentDataTable.php:192Part-DB1\src\DataTables\AttachmentDataTable.php:201Part-DB1\src\DataTables\AttachmentDataTable.php:210
- Part-DB1\src\DataTables\PartsDataTable.php:194
- Part-DB1\src\DataTables\PartsDataTable.php:201
+ Part-DB1\src\DataTables\PartsDataTable.php:246
+ Part-DB1\src\DataTables\PartsDataTable.php:253Part-DB1\src\Form\Type\SIUnitType.php:139Part-DB1\src\DataTables\AttachmentDataTable.php:184Part-DB1\src\DataTables\AttachmentDataTable.php:192
@@ -4083,7 +4256,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\Column\LogEntryTargetColumn.php:119
+ Part-DB1\src\DataTables\Column\LogEntryTargetColumn.php:120Part-DB1\src\DataTables\Column\LogEntryTargetColumn.php:119
@@ -4093,7 +4266,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\Column\RevertLogColumn.php:60
+ Part-DB1\src\DataTables\Column\RevertLogColumn.php:58Part-DB1\src\DataTables\Column\RevertLogColumn.php:60new
@@ -4104,7 +4277,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\Column\RevertLogColumn.php:66
+ Part-DB1\src\DataTables\Column\RevertLogColumn.php:64Part-DB1\src\DataTables\Column\RevertLogColumn.php:66new
@@ -4115,7 +4288,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\Column\RevertLogColumn.php:86
+ Part-DB1\src\DataTables\Column\RevertLogColumn.php:84Part-DB1\src\DataTables\Column\RevertLogColumn.php:86new
@@ -4207,7 +4380,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:116
+ Part-DB1\src\DataTables\PartsDataTable.php:168Part-DB1\src\DataTables\PartsDataTable.php:116
@@ -4217,7 +4390,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:126
+ Part-DB1\src\DataTables\PartsDataTable.php:178Part-DB1\src\DataTables\PartsDataTable.php:126
@@ -4227,7 +4400,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:130
+ Part-DB1\src\DataTables\PartsDataTable.php:182Part-DB1\src\DataTables\PartsDataTable.php:130
@@ -4237,7 +4410,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:133
+ Part-DB1\src\DataTables\PartsDataTable.php:185Part-DB1\src\DataTables\PartsDataTable.php:133
@@ -4247,7 +4420,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:138
+ Part-DB1\src\DataTables\PartsDataTable.php:190Part-DB1\src\DataTables\PartsDataTable.php:138
@@ -4257,7 +4430,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:142
+ Part-DB1\src\DataTables\PartsDataTable.php:194Part-DB1\src\DataTables\PartsDataTable.php:142
@@ -4267,7 +4440,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:145
+ Part-DB1\src\DataTables\PartsDataTable.php:197Part-DB1\src\DataTables\PartsDataTable.php:145
@@ -4277,7 +4450,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:164
+ Part-DB1\src\DataTables\PartsDataTable.php:216Part-DB1\src\DataTables\PartsDataTable.php:164
@@ -4287,7 +4460,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:172
+ Part-DB1\src\DataTables\PartsDataTable.php:224Part-DB1\src\DataTables\PartsDataTable.php:172
@@ -4297,7 +4470,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:180
+ Part-DB1\src\DataTables\PartsDataTable.php:232Part-DB1\src\DataTables\PartsDataTable.php:180
@@ -4307,7 +4480,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:184
+ Part-DB1\src\DataTables\PartsDataTable.php:236Part-DB1\src\DataTables\PartsDataTable.php:184
@@ -4317,7 +4490,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:188
+ Part-DB1\src\DataTables\PartsDataTable.php:240Part-DB1\src\DataTables\PartsDataTable.php:188
@@ -4327,7 +4500,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:192
+ Part-DB1\src\DataTables\PartsDataTable.php:244Part-DB1\src\DataTables\PartsDataTable.php:192
@@ -4337,7 +4510,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:199
+ Part-DB1\src\DataTables\PartsDataTable.php:251Part-DB1\src\DataTables\PartsDataTable.php:199
@@ -4347,7 +4520,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:206
+ Part-DB1\src\DataTables\PartsDataTable.php:258Part-DB1\src\DataTables\PartsDataTable.php:206
@@ -4357,9 +4530,9 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:208
- Part-DB1\src\DataTables\PartsDataTable.php:210
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:260
+ Part-DB1\src\DataTables\PartsDataTable.php:262
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:208Part-DB1\src\DataTables\PartsDataTable.php:210Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4371,8 +4544,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:211
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:263
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:211Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4383,8 +4556,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:212
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:264
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:212Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4395,8 +4568,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:213
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:265
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:213Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4407,8 +4580,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:214
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:266
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:214Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4419,8 +4592,8 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:215
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:267
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:215Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4431,7 +4604,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:219
+ Part-DB1\src\DataTables\PartsDataTable.php:271Part-DB1\src\DataTables\PartsDataTable.php:219
@@ -4441,7 +4614,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:223
+ Part-DB1\src\DataTables\PartsDataTable.php:275Part-DB1\src\DataTables\PartsDataTable.php:223
@@ -4451,7 +4624,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:227
+ Part-DB1\src\DataTables\PartsDataTable.php:279Part-DB1\src\DataTables\PartsDataTable.php:227
@@ -4461,7 +4634,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\DataTables\PartsDataTable.php:231
+ Part-DB1\src\DataTables\PartsDataTable.php:283Part-DB1\src\DataTables\PartsDataTable.php:231
@@ -4689,6 +4862,79 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Datei hochladen
+
+
+ Part-DB1\src\Form\ParameterType.php:40
+
+
+ parameters.name.placeholder
+ z.B. DC Current Gain
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:48
+
+
+ parameters.symbol.placeholder
+ z.B. h_{FE}
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:57
+
+
+ parameters.text.placeholder
+ z.B. Test Specifications
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:67
+
+
+ parameters.max.placeholder
+ z.B. 350
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:77
+
+
+ parameters.min.placeholder
+ z.B. 100
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:87
+
+
+ parameters.typical.placeholder
+ z.B. 200
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:96
+
+
+ parameters.unit.placeholder
+ z.B. V
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:106
+ new
+
+
+ parameter.group.placeholder
+ z.B. Technische Spezifikationen
+
+ Part-DB1\src\Form\Part\OrderdetailType.php:75
@@ -4741,7 +4987,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:99
+ Part-DB1\src\Form\Part\PartBaseType.php:102Part-DB1\src\Form\Part\PartBaseType.php:99
@@ -4751,7 +4997,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:107
+ Part-DB1\src\Form\Part\PartBaseType.php:110Part-DB1\src\Form\Part\PartBaseType.php:107
@@ -4761,7 +5007,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:118
+ Part-DB1\src\Form\Part\PartBaseType.php:121Part-DB1\src\Form\Part\PartBaseType.php:118
@@ -4771,7 +5017,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:127
+ Part-DB1\src\Form\Part\PartBaseType.php:130Part-DB1\src\Form\Part\PartBaseType.php:127
@@ -4781,7 +5027,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:133
+ Part-DB1\src\Form\Part\PartBaseType.php:136Part-DB1\src\Form\Part\PartBaseType.php:133
@@ -4791,7 +5037,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:140
+ Part-DB1\src\Form\Part\PartBaseType.php:143Part-DB1\src\Form\Part\PartBaseType.php:140
@@ -4801,7 +5047,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:152
+ Part-DB1\src\Form\Part\PartBaseType.php:155Part-DB1\src\Form\Part\PartBaseType.php:152
@@ -4811,7 +5057,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:159
+ Part-DB1\src\Form\Part\PartBaseType.php:162Part-DB1\src\Form\Part\PartBaseType.php:159
@@ -4821,7 +5067,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:165
+ Part-DB1\src\Form\Part\PartBaseType.php:168Part-DB1\src\Form\Part\PartBaseType.php:165
@@ -4831,7 +5077,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:171
+ Part-DB1\src\Form\Part\PartBaseType.php:174Part-DB1\src\Form\Part\PartBaseType.php:171
@@ -4841,7 +5087,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:179
+ Part-DB1\src\Form\Part\PartBaseType.php:182Part-DB1\src\Form\Part\PartBaseType.php:179
@@ -4851,7 +5097,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:187
+ Part-DB1\src\Form\Part\PartBaseType.php:190Part-DB1\src\Form\Part\PartBaseType.php:187
@@ -4861,7 +5107,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:195
+ Part-DB1\src\Form\Part\PartBaseType.php:198Part-DB1\src\Form\Part\PartBaseType.php:195
@@ -4871,7 +5117,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:201
+ Part-DB1\src\Form\Part\PartBaseType.php:204Part-DB1\src\Form\Part\PartBaseType.php:201
@@ -4881,7 +5127,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:210
+ Part-DB1\src\Form\Part\PartBaseType.php:213Part-DB1\src\Form\Part\PartBaseType.php:210
@@ -4891,7 +5137,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:246
+ Part-DB1\src\Form\Part\PartBaseType.php:249Part-DB1\src\Form\Part\PartBaseType.php:246
@@ -4901,7 +5147,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:276
+ Part-DB1\src\Form\Part\PartBaseType.php:292Part-DB1\src\Form\Part\PartBaseType.php:276src\Form\PartType.php:91
@@ -4912,7 +5158,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:277
+ Part-DB1\src\Form\Part\PartBaseType.php:293Part-DB1\src\Form\Part\PartBaseType.php:277src\Form\PartType.php:92
@@ -4923,7 +5169,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:103
+ Part-DB1\src\Form\Part\PartBaseType.php:106Part-DB1\src\Form\Part\PartBaseType.php:103
@@ -4933,7 +5179,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:113
+ Part-DB1\src\Form\Part\PartBaseType.php:116Part-DB1\src\Form\Part\PartBaseType.php:113
@@ -4943,7 +5189,7 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
- Part-DB1\src\Form\Part\PartBaseType.php:121
+ Part-DB1\src\Form\Part\PartBaseType.php:124Part-DB1\src\Form\Part\PartBaseType.php:121
@@ -5061,52 +5307,6 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Bestätigungscode
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- M
- M
-
-
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- k
- k
-
-
-
-
-
-
-
-
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- m
- m
-
-
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- µ
- µ
-
- Part-DB1\src\Form\UserSettingsType.php:108
@@ -5294,76 +5494,19 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Benutzer
-
+
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:100
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:100
- new
+ Part-DB1\src\Services\ElementTypeNameGenerator.php:95
+ new
-
- log.user_login.ip
- IP:
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:128
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:150
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:169
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:207
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:128
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:150
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:169
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:207
- new
-
-
- log.undo_mode.undo
- Änderung rückgängig gemacht
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:130
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:152
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:171
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:209
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:130
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:152
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:171
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:209
- new
-
-
- log.undo_mode.revert
- Element zurückgesetzt
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:139
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:139
- new
-
-
- log.element_created.original_instock
- Alter Bestand
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:160
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:160
- new
-
-
- log.element_deleted.old_name
- Alter Name
+
+ parameter.label
+ Parameter
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:161
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:175Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:161new
@@ -5372,39 +5515,6 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Unbekannt
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:184
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:184
- new
-
-
- log.element_edited.changed_fields
- Geänderte Eigenschaften
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:198
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:198
- new
-
-
- log.instock_changed.comment
- Kommentar
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:214
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:214
- new
-
-
- log.collection_deleted.deleted
- gelöschtes Element
-
- Part-DB1\src\Services\MarkdownParser.php:73
@@ -5636,6 +5746,146 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr
Neues Element
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ M
+ M
+
+
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ k
+ k
+
+
+
+
+
+
+
+
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ m
+ m
+
+
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ µ
+ µ
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:100
+ new
+ obsolete
+
+
+ log.user_login.ip
+ IP:
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:128
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:150
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:169
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:207
+ new
+ obsolete
+
+
+ log.undo_mode.undo
+ Änderung rückgängig gemacht
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:130
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:152
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:171
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:209
+ new
+ obsolete
+
+
+ log.undo_mode.revert
+ Element zurückgesetzt
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:139
+ new
+ obsolete
+
+
+ log.element_created.original_instock
+ Alter Bestand
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:160
+ new
+ obsolete
+
+
+ log.element_deleted.old_name
+ Alter Name
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:184
+ new
+ obsolete
+
+
+ log.element_edited.changed_fields
+ Geänderte Eigenschaften
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:198
+ new
+ obsolete
+
+
+ log.instock_changed.comment
+ Kommentar
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:214
+ new
+ obsolete
+
+
+ log.collection_deleted.deleted
+ gelöschtes Element
+
+ templates\base.html.twig:81
@@ -7909,89 +8159,5 @@ Element 3
__log.type.
-
-
- specifications.property
- Parameter
-
-
-
-
- specifications.symbol
- Symbol
-
-
-
-
- specifications.value_min
- Min.
-
-
-
-
- specifications.value_typ
- Typ.
-
-
-
-
- specifications.value_max
- Max.
-
-
-
-
- specifications.unit
- Einheit
-
-
-
-
- specifications.text
- Text
-
-
-
-
- parameters.name.placeholder
- z.B. DC Current Gain
-
-
-
-
- parameters.symbol.placeholder
- z.B. h_{FE}
-
-
-
-
- parameters.min.placeholder
- z.B. 100
-
-
-
-
- parameters.typical.placeholder
- z.B. 200
-
-
-
-
- parameters.max.placeholder
- z.B. 350
-
-
-
-
- parameters.unit.placeholder
- z.B. V
-
-
-
-
- parameters.text.placeholder
- z.B. Test Specifications
-
-
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index e5f59d99..43a3b499 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -101,7 +101,7 @@
Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19
- Part-DB1\templates\_navbar_search.html.twig:61
+ Part-DB1\templates\_navbar_search.html.twig:67Part-DB1\templates\_sidebar.html.twig:27Part-DB1\templates\_sidebar.html.twig:43Part-DB1\templates\_sidebar.html.twig:63
@@ -273,9 +273,19 @@
Attachments
+
+
+ Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:90
+ new
+
+
+ admin.parameters
+ Parameters
+
+
- Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:167
+ Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:178Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:167templates\AdminPages\EntityAdminBase.html.twig:142
@@ -286,7 +296,7 @@
- Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:173
+ Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:184Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:173
@@ -658,7 +668,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\AdminPages\_delete_form.html.twig:16Part-DB1\templates\Parts\info\_tools.html.twig:43
- Part-DB1\src\Form\Part\PartBaseType.php:267
+ Part-DB1\src\Form\Part\PartBaseType.php:283Part-DB1\templates\AdminPages\_delete_form.html.twig:16Part-DB1\templates\Parts\info\_tools.html.twig:43Part-DB1\src\Form\Part\PartBaseType.php:267
@@ -831,6 +841,109 @@ Subelements will be moved upwards.]]>
Count of parts with this element
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:6
+ Part-DB1\templates\helper.twig:120
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:6
+
+
+ specifications.property
+ Parameter
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:7
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:7
+
+
+ specifications.symbol
+ Symbol
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:8
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:8
+
+
+ specifications.value_min
+ Min.
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:9
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:9
+
+
+ specifications.value_typ
+ Typ.
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:10
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:10
+
+
+ specifications.value_max
+ Max.
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:11
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:11
+
+
+ specifications.unit
+ Unit
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:12
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:12
+
+
+ specifications.text
+ Text
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:13
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:13
+
+
+ specifications.group
+ Group
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:26
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:26
+ new
+
+
+ specification.create
+ New Parameter
+
+
+
+
+ Part-DB1\templates\AdminPages\_parameters.html.twig:31
+ Part-DB1\templates\Parts\edit\_specifications.html.twig:31
+ new
+
+
+ parameter.delete.confirm
+ Do you really want to delete this parameter?
+
+ Part-DB1\templates\attachment_list.html.twig:3
@@ -1034,6 +1147,16 @@ Subelements will be moved upwards.]]>
No
+
+
+ Part-DB1\templates\helper.twig:121
+ new
+
+
+ specifications.value
+ Value
+
+ Part-DB1\templates\homepage.html.twig:7
@@ -1303,7 +1426,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:18Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:58
- Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:18
+ Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:78Part-DB1\templates\Parts\edit\edit_form_styles.html.twig:58
@@ -1433,9 +1556,19 @@ Subelements will be moved upwards.]]>
Purchase informations
-
+ Part-DB1\templates\Parts\edit\edit_part_info.html.twig:58
+ new
+
+
+ part.edit.tab.specifications
+ Parameters
+
+
+
+
+ Part-DB1\templates\Parts\edit\edit_part_info.html.twig:64Part-DB1\templates\Parts\edit\edit_part_info.html.twig:58
@@ -1496,7 +1629,7 @@ Subelements will be moved upwards.]]>
- Part-DB1\templates\Parts\edit\_orderdetails.html.twig:61
+ Part-DB1\templates\Parts\edit\_orderdetails.html.twig:65Part-DB1\templates\Parts\edit\_orderdetails.html.twig:61
@@ -1531,7 +1664,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\Parts\info\show_part_info.html.twig:56
- Part-DB1\templates\_navbar_search.html.twig:26
+ Part-DB1\templates\_navbar_search.html.twig:31Part-DB1\templates\Parts\info\show_part_info.html.twig:56Part-DB1\templates\_navbar_search.html.twig:26templates\base.html.twig:62
@@ -1543,9 +1676,19 @@ Subelements will be moved upwards.]]>
Comment
-
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:64
+ new
+
+
+ part.info.specifications
+ Parameters
+
+
+
+
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:74Part-DB1\templates\Parts\info\show_part_info.html.twig:64templates\Parts\show_part_info.html.twig:82
@@ -1556,7 +1699,7 @@ Subelements will be moved upwards.]]>
- Part-DB1\templates\Parts\info\show_part_info.html.twig:71
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:83Part-DB1\templates\Parts\info\show_part_info.html.twig:71templates\Parts\show_part_info.html.twig:88
@@ -1567,7 +1710,7 @@ Subelements will be moved upwards.]]>
- Part-DB1\templates\Parts\info\show_part_info.html.twig:78
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:91Part-DB1\templates\Parts\info\show_part_info.html.twig:78templates\Parts\show_part_info.html.twig:94
@@ -1578,7 +1721,7 @@ Subelements will be moved upwards.]]>
- Part-DB1\templates\Parts\info\show_part_info.html.twig:84
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:97Part-DB1\templates\_sidebar.html.twig:54Part-DB1\templates\_sidebar.html.twig:13Part-DB1\templates\Parts\info\show_part_info.html.twig:84
@@ -1597,7 +1740,7 @@ Subelements will be moved upwards.]]>
- Part-DB1\templates\Parts\info\show_part_info.html.twig:90
+ Part-DB1\templates\Parts\info\show_part_info.html.twig:103Part-DB1\templates\Parts\info\show_part_info.html.twig:90
@@ -1747,7 +1890,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\Parts\info\_main_infos.html.twig:8
- Part-DB1\templates\_navbar_search.html.twig:41
+ Part-DB1\templates\_navbar_search.html.twig:46Part-DB1\src\Services\ElementTypeNameGenerator.php:84Part-DB1\templates\Parts\info\_main_infos.html.twig:8Part-DB1\templates\_navbar_search.html.twig:41
@@ -1775,7 +1918,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\Parts\info\_main_infos.html.twig:32
- Part-DB1\templates\_navbar_search.html.twig:18
+ Part-DB1\templates\_navbar_search.html.twig:19Part-DB1\templates\Parts\info\_main_infos.html.twig:32Part-DB1\templates\_navbar_search.html.twig:18templates\base.html.twig:58
@@ -1790,7 +1933,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\Parts\info\_main_infos.html.twig:34
- Part-DB1\templates\_navbar_search.html.twig:14
+ Part-DB1\templates\_navbar_search.html.twig:15Part-DB1\src\Services\ElementTypeNameGenerator.php:80Part-DB1\templates\Parts\info\_main_infos.html.twig:34Part-DB1\templates\_navbar_search.html.twig:14
@@ -1831,7 +1974,7 @@ Subelements will be moved upwards.]]>
Part-DB1\templates\Parts\info\_main_infos.html.twig:45
- Part-DB1\templates\_navbar_search.html.twig:47
+ Part-DB1\templates\_navbar_search.html.twig:52Part-DB1\src\Services\ElementTypeNameGenerator.php:83Part-DB1\templates\Parts\info\_main_infos.html.twig:45Part-DB1\templates\_navbar_search.html.twig:47
@@ -2067,6 +2210,26 @@ Subelements will be moved upwards.]]>
No longer available
+
+
+ Part-DB1\templates\Parts\info\_specifications.html.twig:10
+ new
+
+
+ parameters.extracted_from_description
+ Automatically extracted from description
+
+
+
+
+ Part-DB1\templates\Parts\info\_specifications.html.twig:15
+ new
+
+
+ parameters.auto_extracted_from_comment
+ Automatically extracted from comment
+
+ Part-DB1\templates\Parts\info\_tools.html.twig:4
@@ -3462,7 +3625,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\templates\_navbar_search.html.twig:10
+ Part-DB1\templates\_navbar_search.html.twig:11Part-DB1\templates\_navbar_search.html.twig:10templates\base.html.twig:54src\Form\PartType.php:62
@@ -3472,9 +3635,19 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Name
+
+
+ Part-DB1\templates\_navbar_search.html.twig:23
+ new
+
+
+ tags.label
+ Tags
+
+
- Part-DB1\templates\_navbar_search.html.twig:22
+ Part-DB1\templates\_navbar_search.html.twig:27Part-DB1\src\Services\ElementTypeNameGenerator.php:88Part-DB1\templates\_navbar_search.html.twig:22Part-DB1\src\Services\ElementTypeNameGenerator.php:88
@@ -3489,7 +3662,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\templates\_navbar_search.html.twig:31
+ Part-DB1\templates\_navbar_search.html.twig:36Part-DB1\templates\_navbar_search.html.twig:31templates\base.html.twig:65
@@ -3500,7 +3673,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\templates\_navbar_search.html.twig:35
+ Part-DB1\templates\_navbar_search.html.twig:40Part-DB1\src\Services\ElementTypeNameGenerator.php:89Part-DB1\templates\_navbar_search.html.twig:35Part-DB1\src\Services\ElementTypeNameGenerator.php:89
@@ -3513,7 +3686,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\templates\_navbar_search.html.twig:52
+ Part-DB1\templates\_navbar_search.html.twig:57Part-DB1\templates\_navbar_search.html.twig:52templates\base.html.twig:75
@@ -3524,7 +3697,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\templates\_navbar_search.html.twig:56
+ Part-DB1\templates\_navbar_search.html.twig:61Part-DB1\templates\_navbar_search.html.twig:56templates\base.html.twig:77
@@ -3535,7 +3708,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\templates\_navbar_search.html.twig:62
+ Part-DB1\templates\_navbar_search.html.twig:68Part-DB1\templates\_navbar_search.html.twig:62
@@ -3613,10 +3786,10 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:181
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:243
- Part-DB1\src\Controller\PartController.php:173
- Part-DB1\src\Controller\PartController.php:268
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:185
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:253
+ Part-DB1\src\Controller\PartController.php:171
+ Part-DB1\src\Controller\PartController.php:264Part-DB1\src\Controller\AdminPages\BaseAdminController.php:181Part-DB1\src\Controller\AdminPages\BaseAdminController.php:243Part-DB1\src\Controller\PartController.php:173
@@ -3629,7 +3802,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:190
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:194Part-DB1\src\Controller\AdminPages\BaseAdminController.php:190
@@ -3639,7 +3812,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:196
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:203Part-DB1\src\Controller\AdminPages\BaseAdminController.php:196
@@ -3649,7 +3822,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:252
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:262Part-DB1\src\Controller\AdminPages\BaseAdminController.php:252
@@ -3659,7 +3832,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:258
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:268Part-DB1\src\Controller\AdminPages\BaseAdminController.php:258
@@ -3669,7 +3842,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:352
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:360Part-DB1\src\Controller\AdminPages\BaseAdminController.php:352src\Controller\BaseAdminController.php:154
@@ -3680,10 +3853,10 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\AdminPages\BaseAdminController.php:354
- Part-DB1\src\Controller\UserController.php:101
- Part-DB1\src\Controller\UserSettingsController.php:150
- Part-DB1\src\Controller\UserSettingsController.php:182
+ Part-DB1\src\Controller\AdminPages\BaseAdminController.php:362
+ Part-DB1\src\Controller\UserController.php:103
+ Part-DB1\src\Controller\UserSettingsController.php:147
+ Part-DB1\src\Controller\UserSettingsController.php:178Part-DB1\src\Controller\AdminPages\BaseAdminController.php:354Part-DB1\src\Controller\UserController.php:101Part-DB1\src\Controller\UserSettingsController.php:150
@@ -3696,7 +3869,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:154
+ Part-DB1\src\Controller\LogController.php:150Part-DB1\src\Controller\LogController.php:154new
@@ -3707,7 +3880,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:160
+ Part-DB1\src\Controller\LogController.php:157Part-DB1\src\Controller\LogController.php:160new
@@ -3718,7 +3891,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:180
+ Part-DB1\src\Controller\LogController.php:177Part-DB1\src\Controller\LogController.php:180new
@@ -3729,7 +3902,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:182
+ Part-DB1\src\Controller\LogController.php:179Part-DB1\src\Controller\LogController.php:182new
@@ -3740,7 +3913,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:189
+ Part-DB1\src\Controller\LogController.php:186Part-DB1\src\Controller\LogController.php:189new
@@ -3751,7 +3924,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:191
+ Part-DB1\src\Controller\LogController.php:188Part-DB1\src\Controller\LogController.php:191new
@@ -3762,7 +3935,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:198
+ Part-DB1\src\Controller\LogController.php:195Part-DB1\src\Controller\LogController.php:198new
@@ -3773,7 +3946,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:200
+ Part-DB1\src\Controller\LogController.php:197Part-DB1\src\Controller\LogController.php:200new
@@ -3784,7 +3957,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\LogController.php:203
+ Part-DB1\src\Controller\LogController.php:200Part-DB1\src\Controller\LogController.php:203new
@@ -3795,7 +3968,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\PartController.php:182
+ Part-DB1\src\Controller\PartController.php:180Part-DB1\src\Controller\PartController.php:182src\Controller\PartController.php:80
@@ -3806,7 +3979,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\PartController.php:186
+ Part-DB1\src\Controller\PartController.php:184Part-DB1\src\Controller\PartController.php:186
@@ -3816,7 +3989,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\PartController.php:219
+ Part-DB1\src\Controller\PartController.php:215Part-DB1\src\Controller\PartController.php:219
@@ -3826,8 +3999,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\PartController.php:277
- Part-DB1\src\Controller\PartController.php:317
+ Part-DB1\src\Controller\PartController.php:273Part-DB1\src\Controller\PartController.php:277Part-DB1\src\Controller\PartController.php:317src\Controller\PartController.php:113
@@ -3840,7 +4012,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\PartController.php:283
+ Part-DB1\src\Controller\PartController.php:279Part-DB1\src\Controller\PartController.php:283
@@ -3850,7 +4022,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\SecurityController.php:109
+ Part-DB1\src\Controller\SecurityController.php:108Part-DB1\src\Controller\SecurityController.php:109
@@ -3860,7 +4032,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\SecurityController.php:126
+ Part-DB1\src\Controller\SecurityController.php:125Part-DB1\src\Controller\SecurityController.php:126
@@ -3870,7 +4042,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\SecurityController.php:160
+ Part-DB1\src\Controller\SecurityController.php:156Part-DB1\src\Controller\SecurityController.php:160
@@ -3880,7 +4052,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\SecurityController.php:163
+ Part-DB1\src\Controller\SecurityController.php:159Part-DB1\src\Controller\SecurityController.php:163
@@ -3890,7 +4062,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\SecurityController.php:192
+ Part-DB1\src\Controller\SecurityController.php:188Part-DB1\src\Controller\SecurityController.php:192
@@ -3900,7 +4072,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\SecurityController.php:194
+ Part-DB1\src\Controller\SecurityController.php:190Part-DB1\src\Controller\SecurityController.php:194
@@ -3910,7 +4082,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserController.php:99
+ Part-DB1\src\Controller\UserController.php:101Part-DB1\src\Controller\UserController.php:99
@@ -3930,7 +4102,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:132
+ Part-DB1\src\Controller\UserSettingsController.php:129Part-DB1\src\Controller\UserSettingsController.php:132
@@ -3940,7 +4112,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:139
+ Part-DB1\src\Controller\UserSettingsController.php:136Part-DB1\src\Controller\UserSettingsController.php:139
@@ -3950,7 +4122,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:147
+ Part-DB1\src\Controller\UserSettingsController.php:144Part-DB1\src\Controller\UserSettingsController.php:147
@@ -3960,7 +4132,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:180
+ Part-DB1\src\Controller\UserSettingsController.php:176Part-DB1\src\Controller\UserSettingsController.php:180
@@ -3970,7 +4142,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:226
+ Part-DB1\src\Controller\UserSettingsController.php:218Part-DB1\src\Controller\UserSettingsController.php:226src\Controller\UserController.php:98
@@ -3981,7 +4153,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:288
+ Part-DB1\src\Controller\UserSettingsController.php:280Part-DB1\src\Controller\UserSettingsController.php:288src\Controller\UserController.php:130
@@ -3992,7 +4164,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:306
+ Part-DB1\src\Controller\UserSettingsController.php:298Part-DB1\src\Controller\UserSettingsController.php:306
@@ -4002,7 +4174,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:315
+ Part-DB1\src\Controller\UserSettingsController.php:307Part-DB1\src\Controller\UserSettingsController.php:315
@@ -4012,7 +4184,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Controller\UserSettingsController.php:332
+ Part-DB1\src\Controller\UserSettingsController.php:324Part-DB1\src\Controller\UserSettingsController.php:332
@@ -4046,8 +4218,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Part-DB1\src\DataTables\AttachmentDataTable.php:191Part-DB1\src\DataTables\AttachmentDataTable.php:200Part-DB1\src\DataTables\AttachmentDataTable.php:209
- Part-DB1\src\DataTables\PartsDataTable.php:193
- Part-DB1\src\DataTables\PartsDataTable.php:200
+ Part-DB1\src\DataTables\PartsDataTable.php:245
+ Part-DB1\src\DataTables\PartsDataTable.php:252Part-DB1\src\DataTables\AttachmentDataTable.php:183Part-DB1\src\DataTables\AttachmentDataTable.php:191Part-DB1\src\DataTables\AttachmentDataTable.php:200
@@ -4066,8 +4238,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Part-DB1\src\DataTables\AttachmentDataTable.php:192Part-DB1\src\DataTables\AttachmentDataTable.php:201Part-DB1\src\DataTables\AttachmentDataTable.php:210
- Part-DB1\src\DataTables\PartsDataTable.php:194
- Part-DB1\src\DataTables\PartsDataTable.php:201
+ Part-DB1\src\DataTables\PartsDataTable.php:246
+ Part-DB1\src\DataTables\PartsDataTable.php:253Part-DB1\src\Form\Type\SIUnitType.php:139Part-DB1\src\DataTables\AttachmentDataTable.php:184Part-DB1\src\DataTables\AttachmentDataTable.php:192
@@ -4084,7 +4256,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\Column\LogEntryTargetColumn.php:119
+ Part-DB1\src\DataTables\Column\LogEntryTargetColumn.php:120Part-DB1\src\DataTables\Column\LogEntryTargetColumn.php:119
@@ -4094,7 +4266,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\Column\RevertLogColumn.php:60
+ Part-DB1\src\DataTables\Column\RevertLogColumn.php:58Part-DB1\src\DataTables\Column\RevertLogColumn.php:60new
@@ -4105,7 +4277,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\Column\RevertLogColumn.php:66
+ Part-DB1\src\DataTables\Column\RevertLogColumn.php:64Part-DB1\src\DataTables\Column\RevertLogColumn.php:66new
@@ -4116,7 +4288,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\Column\RevertLogColumn.php:86
+ Part-DB1\src\DataTables\Column\RevertLogColumn.php:84Part-DB1\src\DataTables\Column\RevertLogColumn.php:86new
@@ -4208,7 +4380,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:116
+ Part-DB1\src\DataTables\PartsDataTable.php:168Part-DB1\src\DataTables\PartsDataTable.php:116
@@ -4218,7 +4390,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:126
+ Part-DB1\src\DataTables\PartsDataTable.php:178Part-DB1\src\DataTables\PartsDataTable.php:126
@@ -4228,7 +4400,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:130
+ Part-DB1\src\DataTables\PartsDataTable.php:182Part-DB1\src\DataTables\PartsDataTable.php:130
@@ -4238,7 +4410,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:133
+ Part-DB1\src\DataTables\PartsDataTable.php:185Part-DB1\src\DataTables\PartsDataTable.php:133
@@ -4248,7 +4420,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:138
+ Part-DB1\src\DataTables\PartsDataTable.php:190Part-DB1\src\DataTables\PartsDataTable.php:138
@@ -4258,7 +4430,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:142
+ Part-DB1\src\DataTables\PartsDataTable.php:194Part-DB1\src\DataTables\PartsDataTable.php:142
@@ -4268,7 +4440,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:145
+ Part-DB1\src\DataTables\PartsDataTable.php:197Part-DB1\src\DataTables\PartsDataTable.php:145
@@ -4278,7 +4450,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:164
+ Part-DB1\src\DataTables\PartsDataTable.php:216Part-DB1\src\DataTables\PartsDataTable.php:164
@@ -4288,7 +4460,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:172
+ Part-DB1\src\DataTables\PartsDataTable.php:224Part-DB1\src\DataTables\PartsDataTable.php:172
@@ -4298,7 +4470,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:180
+ Part-DB1\src\DataTables\PartsDataTable.php:232Part-DB1\src\DataTables\PartsDataTable.php:180
@@ -4308,7 +4480,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:184
+ Part-DB1\src\DataTables\PartsDataTable.php:236Part-DB1\src\DataTables\PartsDataTable.php:184
@@ -4318,7 +4490,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:188
+ Part-DB1\src\DataTables\PartsDataTable.php:240Part-DB1\src\DataTables\PartsDataTable.php:188
@@ -4328,7 +4500,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:192
+ Part-DB1\src\DataTables\PartsDataTable.php:244Part-DB1\src\DataTables\PartsDataTable.php:192
@@ -4338,7 +4510,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:199
+ Part-DB1\src\DataTables\PartsDataTable.php:251Part-DB1\src\DataTables\PartsDataTable.php:199
@@ -4348,7 +4520,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:206
+ Part-DB1\src\DataTables\PartsDataTable.php:258Part-DB1\src\DataTables\PartsDataTable.php:206
@@ -4358,9 +4530,9 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:208
- Part-DB1\src\DataTables\PartsDataTable.php:210
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:260
+ Part-DB1\src\DataTables\PartsDataTable.php:262
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:208Part-DB1\src\DataTables\PartsDataTable.php:210Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4372,8 +4544,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:211
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:263
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:211Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4384,8 +4556,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:212
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:264
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:212Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4396,8 +4568,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:213
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:265
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:213Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4408,8 +4580,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:214
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:266
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:214Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4420,8 +4592,8 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:215
- Part-DB1\src\Form\Part\PartBaseType.php:88
+ Part-DB1\src\DataTables\PartsDataTable.php:267
+ Part-DB1\src\Form\Part\PartBaseType.php:91Part-DB1\src\DataTables\PartsDataTable.php:215Part-DB1\src\Form\Part\PartBaseType.php:88
@@ -4432,7 +4604,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:219
+ Part-DB1\src\DataTables\PartsDataTable.php:271Part-DB1\src\DataTables\PartsDataTable.php:219
@@ -4442,7 +4614,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:223
+ Part-DB1\src\DataTables\PartsDataTable.php:275Part-DB1\src\DataTables\PartsDataTable.php:223
@@ -4452,7 +4624,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:227
+ Part-DB1\src\DataTables\PartsDataTable.php:279Part-DB1\src\DataTables\PartsDataTable.php:227
@@ -4462,7 +4634,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\DataTables\PartsDataTable.php:231
+ Part-DB1\src\DataTables\PartsDataTable.php:283Part-DB1\src\DataTables\PartsDataTable.php:231
@@ -4690,6 +4862,79 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Upload file
+
+
+ Part-DB1\src\Form\ParameterType.php:40
+
+
+ parameters.name.placeholder
+ e.g. DC Current Gain
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:48
+
+
+ parameters.symbol.placeholder
+ e.g. h_{FE}
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:57
+
+
+ parameters.text.placeholder
+ e.g. Test conditions
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:67
+
+
+ parameters.max.placeholder
+ e.g. 350
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:77
+
+
+ parameters.min.placeholder
+ e.g. 100
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:87
+
+
+ parameters.typical.placeholder
+ e.g. 200
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:96
+
+
+ parameters.unit.placeholder
+ e.g. V
+
+
+
+
+ Part-DB1\src\Form\ParameterType.php:106
+ new
+
+
+ parameter.group.placeholder
+ e.g. Technical Specifications
+
+ Part-DB1\src\Form\Part\OrderdetailType.php:75
@@ -4742,7 +4987,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:99
+ Part-DB1\src\Form\Part\PartBaseType.php:102Part-DB1\src\Form\Part\PartBaseType.php:99
@@ -4752,7 +4997,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:107
+ Part-DB1\src\Form\Part\PartBaseType.php:110Part-DB1\src\Form\Part\PartBaseType.php:107
@@ -4762,7 +5007,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:118
+ Part-DB1\src\Form\Part\PartBaseType.php:121Part-DB1\src\Form\Part\PartBaseType.php:118
@@ -4772,7 +5017,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:127
+ Part-DB1\src\Form\Part\PartBaseType.php:130Part-DB1\src\Form\Part\PartBaseType.php:127
@@ -4782,7 +5027,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:133
+ Part-DB1\src\Form\Part\PartBaseType.php:136Part-DB1\src\Form\Part\PartBaseType.php:133
@@ -4792,7 +5037,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:140
+ Part-DB1\src\Form\Part\PartBaseType.php:143Part-DB1\src\Form\Part\PartBaseType.php:140
@@ -4802,7 +5047,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:152
+ Part-DB1\src\Form\Part\PartBaseType.php:155Part-DB1\src\Form\Part\PartBaseType.php:152
@@ -4812,7 +5057,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:159
+ Part-DB1\src\Form\Part\PartBaseType.php:162Part-DB1\src\Form\Part\PartBaseType.php:159
@@ -4822,7 +5067,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:165
+ Part-DB1\src\Form\Part\PartBaseType.php:168Part-DB1\src\Form\Part\PartBaseType.php:165
@@ -4832,7 +5077,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:171
+ Part-DB1\src\Form\Part\PartBaseType.php:174Part-DB1\src\Form\Part\PartBaseType.php:171
@@ -4842,7 +5087,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:179
+ Part-DB1\src\Form\Part\PartBaseType.php:182Part-DB1\src\Form\Part\PartBaseType.php:179
@@ -4852,7 +5097,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:187
+ Part-DB1\src\Form\Part\PartBaseType.php:190Part-DB1\src\Form\Part\PartBaseType.php:187
@@ -4862,7 +5107,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:195
+ Part-DB1\src\Form\Part\PartBaseType.php:198Part-DB1\src\Form\Part\PartBaseType.php:195
@@ -4872,7 +5117,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:201
+ Part-DB1\src\Form\Part\PartBaseType.php:204Part-DB1\src\Form\Part\PartBaseType.php:201
@@ -4882,7 +5127,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:210
+ Part-DB1\src\Form\Part\PartBaseType.php:213Part-DB1\src\Form\Part\PartBaseType.php:210
@@ -4892,7 +5137,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:246
+ Part-DB1\src\Form\Part\PartBaseType.php:249Part-DB1\src\Form\Part\PartBaseType.php:246
@@ -4902,7 +5147,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:276
+ Part-DB1\src\Form\Part\PartBaseType.php:292Part-DB1\src\Form\Part\PartBaseType.php:276src\Form\PartType.php:91
@@ -4913,7 +5158,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:277
+ Part-DB1\src\Form\Part\PartBaseType.php:293Part-DB1\src\Form\Part\PartBaseType.php:277src\Form\PartType.php:92
@@ -4924,7 +5169,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:103
+ Part-DB1\src\Form\Part\PartBaseType.php:106Part-DB1\src\Form\Part\PartBaseType.php:103
@@ -4934,7 +5179,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:113
+ Part-DB1\src\Form\Part\PartBaseType.php:116Part-DB1\src\Form\Part\PartBaseType.php:113
@@ -4944,7 +5189,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
- Part-DB1\src\Form\Part\PartBaseType.php:121
+ Part-DB1\src\Form\Part\PartBaseType.php:124Part-DB1\src\Form\Part\PartBaseType.php:121
@@ -5062,52 +5307,6 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Confirmation code
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- M
- M
-
-
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- k
- k
-
-
-
-
-
-
-
-
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- m
- m
-
-
-
-
- Part-DB1\src\Form\Type\SIUnitType.php:141
- Part-DB1\src\Form\Type\SIUnitType.php:141
-
-
- µ
- µ
-
- Part-DB1\src\Form\UserSettingsType.php:108
@@ -5295,76 +5494,19 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
User
-
+
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:100
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:100
- new
+ Part-DB1\src\Services\ElementTypeNameGenerator.php:95
+ new
-
- log.user_login.ip
- IP
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:128
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:150
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:169
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:207
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:128
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:150
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:169
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:207
- new
-
-
- log.undo_mode.undo
- Change undone
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:130
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:152
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:171
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:209
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:130
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:152
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:171
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:209
- new
-
-
- log.undo_mode.revert
- Element reverted
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:139
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:139
- new
-
-
- log.element_created.original_instock
- Old instock
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:160
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:160
- new
-
-
- log.element_deleted.old_name
- Old name
+
+ parameter.label
+ Parameter
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:161
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:175Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:161new
@@ -5373,39 +5515,6 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Unknown
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:184
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:184
- new
-
-
- log.element_edited.changed_fields
- Changed fields
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:198
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:198
- new
-
-
- log.instock_changed.comment
- Comment
-
-
-
-
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:214
- Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:214
- new
-
-
- log.collection_deleted.deleted
- Deleted element:
-
- Part-DB1\src\Services\MarkdownParser.php:73
@@ -5637,6 +5746,146 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
New Element
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ M
+ M
+
+
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ k
+ k
+
+
+
+
+
+
+
+
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ m
+ m
+
+
+
+
+ Part-DB1\src\Form\Type\SIUnitType.php:141
+ obsolete
+
+
+ µ
+ µ
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:100
+ new
+ obsolete
+
+
+ log.user_login.ip
+ IP
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:128
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:150
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:169
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:207
+ new
+ obsolete
+
+
+ log.undo_mode.undo
+ Change undone
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:130
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:152
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:171
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:209
+ new
+ obsolete
+
+
+ log.undo_mode.revert
+ Element reverted
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:139
+ new
+ obsolete
+
+
+ log.element_created.original_instock
+ Old instock
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:160
+ new
+ obsolete
+
+
+ log.element_deleted.old_name
+ Old name
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:184
+ new
+ obsolete
+
+
+ log.element_edited.changed_fields
+ Changed fields
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:198
+ new
+ obsolete
+
+
+ log.instock_changed.comment
+ Comment
+
+
+
+
+ Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:214
+ new
+ obsolete
+
+
+ log.collection_deleted.deleted
+ Deleted element:
+
+ templates\base.html.twig:81
@@ -7910,95 +8159,5 @@ Element 3
__log.type.
-
-
- parameters.name.placeholder
- e.g. DC Current Gain
-
-
-
-
- parameters.symbol.placeholder
- e.g. h_{FE}
-
-
-
-
- parameters.min.placeholder
- e.g. 100
-
-
-
-
- parameters.typical.placeholder
- e.g. 200
-
-
-
-
- parameters.max.placeholder
- e.g. 350
-
-
-
-
- parameters.unit.placeholder
- e.g. V
-
-
-
-
- parameters.text.placeholder
- e.g. Test conditions
-
-
-
-
- specifications.property
- Parameter
-
-
-
-
- specifications.symbol
- Symbol
-
-
-
-
- specifications.value_min
- Min.
-
-
-
-
- specifications.value_typ
- Typ.
-
-
-
-
- specifications.value_max
- Max.
-
-
-
-
- specifications.unit
- Unit
-
-
-
-
- specifications.text
- Text
-
-
-
-
- specifications.group
- Group
-
-
diff --git a/translations/validators.de.xlf b/translations/validators.de.xlf
index aeb4c3b4..12ff0fb0 100644
--- a/translations/validators.de.xlf
+++ b/translations/validators.de.xlf
@@ -37,9 +37,9 @@
Part-DB1\src\Entity\UserSystem\Group.php:0Part-DB1\src\Entity\UserSystem\User.php:0
-
+ part.master_attachment.must_be_picture
-
+ Der Vorschauanhang muss ein gültiges Bild sein!
@@ -87,14 +87,77 @@
Es kann auf jeder Ebene nur ein Objekt mit dem gleichem Namen geben!
+
+
+ Part-DB1\src\Entity\Parameters\AbstractParameter.php:0
+ Part-DB1\src\Entity\Parameters\AttachmentTypeParameter.php:0
+ Part-DB1\src\Entity\Parameters\CategoryParameter.php:0
+ Part-DB1\src\Entity\Parameters\CurrencyParameter.php:0
+ Part-DB1\src\Entity\Parameters\DeviceParameter.php:0
+ Part-DB1\src\Entity\Parameters\FootprintParameter.php:0
+ Part-DB1\src\Entity\Parameters\GroupParameter.php:0
+ Part-DB1\src\Entity\Parameters\ManufacturerParameter.php:0
+ Part-DB1\src\Entity\Parameters\MeasurementUnitParameter.php:0
+ Part-DB1\src\Entity\Parameters\PartParameter.php:0
+ Part-DB1\src\Entity\Parameters\StorelocationParameter.php:0
+ Part-DB1\src\Entity\Parameters\SupplierParameter.php:0
+ new
+
+
+ parameters.validator.min_lesser_typical
+ Wert muss kleiner oder gleich als der typische Wert sein ({{ compared_value }}).
+
+
+
+
+ Part-DB1\src\Entity\Parameters\AbstractParameter.php:0
+ Part-DB1\src\Entity\Parameters\AttachmentTypeParameter.php:0
+ Part-DB1\src\Entity\Parameters\CategoryParameter.php:0
+ Part-DB1\src\Entity\Parameters\CurrencyParameter.php:0
+ Part-DB1\src\Entity\Parameters\DeviceParameter.php:0
+ Part-DB1\src\Entity\Parameters\FootprintParameter.php:0
+ Part-DB1\src\Entity\Parameters\GroupParameter.php:0
+ Part-DB1\src\Entity\Parameters\ManufacturerParameter.php:0
+ Part-DB1\src\Entity\Parameters\MeasurementUnitParameter.php:0
+ Part-DB1\src\Entity\Parameters\PartParameter.php:0
+ Part-DB1\src\Entity\Parameters\StorelocationParameter.php:0
+ Part-DB1\src\Entity\Parameters\SupplierParameter.php:0
+ new
+
+
+ parameters.validator.min_lesser_max
+ Wert muss kleiner als der Maximalwert sein ({{ compared_value }}).
+
+
+
+
+ Part-DB1\src\Entity\Parameters\AbstractParameter.php:0
+ Part-DB1\src\Entity\Parameters\AttachmentTypeParameter.php:0
+ Part-DB1\src\Entity\Parameters\CategoryParameter.php:0
+ Part-DB1\src\Entity\Parameters\CurrencyParameter.php:0
+ Part-DB1\src\Entity\Parameters\DeviceParameter.php:0
+ Part-DB1\src\Entity\Parameters\FootprintParameter.php:0
+ Part-DB1\src\Entity\Parameters\GroupParameter.php:0
+ Part-DB1\src\Entity\Parameters\ManufacturerParameter.php:0
+ Part-DB1\src\Entity\Parameters\MeasurementUnitParameter.php:0
+ Part-DB1\src\Entity\Parameters\PartParameter.php:0
+ Part-DB1\src\Entity\Parameters\StorelocationParameter.php:0
+ Part-DB1\src\Entity\Parameters\SupplierParameter.php:0
+ new
+
+
+ parameters.validator.max_greater_typical
+ Wert muss größer oder gleich dem typischen Wert sein ({{ compared_value }}).
+
+ Part-DB1\src\Entity\UserSystem\User.php:0Part-DB1\src\Entity\UserSystem\User.php:0
-
+ validator.user.username_already_used
-
+ Es existiert bereits ein Benutzer mit diesem Namen.
diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf
index 8db480f1..56c0661b 100644
--- a/translations/validators.en.xlf
+++ b/translations/validators.en.xlf
@@ -37,9 +37,9 @@
Part-DB1\src\Entity\UserSystem\Group.php:0Part-DB1\src\Entity\UserSystem\User.php:0
-
+ part.master_attachment.must_be_picture
-
+ The preview attachment must be a valid picture!
@@ -82,9 +82,69 @@
src\Entity\StructuralDBElement.php:0src\Entity\Supplier.php:0
-
+ structural.entity.unique_name
-
+ An element with this name already exists on this level!
+
+
+
+
+ Part-DB1\src\Entity\Parameters\AbstractParameter.php:0
+ Part-DB1\src\Entity\Parameters\AttachmentTypeParameter.php:0
+ Part-DB1\src\Entity\Parameters\CategoryParameter.php:0
+ Part-DB1\src\Entity\Parameters\CurrencyParameter.php:0
+ Part-DB1\src\Entity\Parameters\DeviceParameter.php:0
+ Part-DB1\src\Entity\Parameters\FootprintParameter.php:0
+ Part-DB1\src\Entity\Parameters\GroupParameter.php:0
+ Part-DB1\src\Entity\Parameters\ManufacturerParameter.php:0
+ Part-DB1\src\Entity\Parameters\MeasurementUnitParameter.php:0
+ Part-DB1\src\Entity\Parameters\PartParameter.php:0
+ Part-DB1\src\Entity\Parameters\StorelocationParameter.php:0
+ Part-DB1\src\Entity\Parameters\SupplierParameter.php:0
+
+
+ parameters.validator.min_lesser_typical
+ Value must be lesser or equal the the typical value ({{ compared_value }}).
+
+
+
+
+ Part-DB1\src\Entity\Parameters\AbstractParameter.php:0
+ Part-DB1\src\Entity\Parameters\AttachmentTypeParameter.php:0
+ Part-DB1\src\Entity\Parameters\CategoryParameter.php:0
+ Part-DB1\src\Entity\Parameters\CurrencyParameter.php:0
+ Part-DB1\src\Entity\Parameters\DeviceParameter.php:0
+ Part-DB1\src\Entity\Parameters\FootprintParameter.php:0
+ Part-DB1\src\Entity\Parameters\GroupParameter.php:0
+ Part-DB1\src\Entity\Parameters\ManufacturerParameter.php:0
+ Part-DB1\src\Entity\Parameters\MeasurementUnitParameter.php:0
+ Part-DB1\src\Entity\Parameters\PartParameter.php:0
+ Part-DB1\src\Entity\Parameters\StorelocationParameter.php:0
+ Part-DB1\src\Entity\Parameters\SupplierParameter.php:0
+
+
+ parameters.validator.min_lesser_max
+ Value must be lesser than the maximum value ({{ compared_value }}).
+
+
+
+
+ Part-DB1\src\Entity\Parameters\AbstractParameter.php:0
+ Part-DB1\src\Entity\Parameters\AttachmentTypeParameter.php:0
+ Part-DB1\src\Entity\Parameters\CategoryParameter.php:0
+ Part-DB1\src\Entity\Parameters\CurrencyParameter.php:0
+ Part-DB1\src\Entity\Parameters\DeviceParameter.php:0
+ Part-DB1\src\Entity\Parameters\FootprintParameter.php:0
+ Part-DB1\src\Entity\Parameters\GroupParameter.php:0
+ Part-DB1\src\Entity\Parameters\ManufacturerParameter.php:0
+ Part-DB1\src\Entity\Parameters\MeasurementUnitParameter.php:0
+ Part-DB1\src\Entity\Parameters\PartParameter.php:0
+ Part-DB1\src\Entity\Parameters\StorelocationParameter.php:0
+ Part-DB1\src\Entity\Parameters\SupplierParameter.php:0
+
+
+ parameters.validator.max_greater_typical
+ Value must be greater or equal than the typical value ({{ compared_value }}).
@@ -92,9 +152,9 @@
Part-DB1\src\Entity\UserSystem\User.php:0Part-DB1\src\Entity\UserSystem\User.php:0
-
+ validator.user.username_already_used
-
+ A user with this name is already exisiting
@@ -1135,23 +1195,5 @@
The storage location was marked as "single part", so you can not add a new part to it.
-
-
- parameters.validator.min_lesser_max
- Value must be lesser than the maximum value ({{ compared_value }})
-
-
-
-
- parameters.validator.min_lesser_typical
- Value must be lesser or equal the the typical value ({{ compared_value }})
-
-
-
-
- parameters.validator.max_greater_typical
- Value must be greater or equal than the typical value ({{ compared_value }})
-
-