chore: rename fields
This commit is contained in:
@@ -67,7 +67,7 @@ class AssignmentType extends AbstractType
|
|||||||
}
|
}
|
||||||
])
|
])
|
||||||
->add('jobProfileInfo', TextareaType::class, [
|
->add('jobProfileInfo', TextareaType::class, [
|
||||||
'label' => 'Jobprofil Zusatzinfo',
|
'label' => 'Zusatzinfos',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'attr' => [
|
'attr' => [
|
||||||
'rows' => 3,
|
'rows' => 3,
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="py-6 first:pt-0 last:pb-0 sm:grid sm:grid-cols-3 sm:gap-4">
|
<div class="py-6 first:pt-0 last:pb-0 sm:grid sm:grid-cols-3 sm:gap-4">
|
||||||
<dt class="text-sm font-bold leading-6 text-gray-900">
|
<dt class="text-sm font-bold leading-6 text-gray-900">
|
||||||
Anmerkungen
|
Anmerkungen intern
|
||||||
</dt>
|
</dt>
|
||||||
<dd class="mt-1 text-sm leading-6 text-gray-700 sm:col-span-2 sm:mt-0">
|
<dd class="mt-1 text-sm leading-6 text-gray-700 sm:col-span-2 sm:mt-0">
|
||||||
{{ assignment.remarks|nl2br|default('-') }}
|
{{ assignment.remarks|nl2br|default('-') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user