Styling and organization of components

This commit is contained in:
2025-03-05 12:27:48 +01:00
parent a52aac2d98
commit e253d1b276
8 changed files with 100 additions and 71 deletions

View File

@@ -38,8 +38,8 @@ class AccompanyingPeriodWorkDuplicateController extends AbstractController
return [
'id' => $acpw->getId(),
'socialAction' => $this->stringHelper->localize($acpw->getSocialAction()->getTitle()),
'start_date' => $acpw->getStartDate(),
'end_date' => $acpw->getEndDate(),
'startDate' => $acpw->getStartDate(),
'endDate' => $acpw->getEndDate(),
];
}, $acpwList);