mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
Raw integration of accompanying person (with respect of 'cahier de cahrge)
This commit is contained in:
@@ -83,7 +83,7 @@ abstract class AbstractTimelineAccompanyingPeriod implements TimelineProviderInt
|
||||
|
||||
return array(
|
||||
'id' => $metadata->getColumnName('id'),
|
||||
'date' => $metadata->getColumnName('date_opening'),
|
||||
'date' => $metadata->getColumnName('openingDate'),
|
||||
'FROM' => $metadata->getTableName(),
|
||||
);
|
||||
}
|
||||
|
@@ -56,7 +56,7 @@ class TimelineAccompanyingPeriodClosing extends AbstractTimelineAccompanyingPeri
|
||||
->getAssociationMapping('person')['joinColumns'][0]['name'],
|
||||
$args['person']->getId(),
|
||||
$metadata
|
||||
->getColumnName('date_closing')
|
||||
->getColumnName('closingDate')
|
||||
);
|
||||
|
||||
return $data;
|
||||
|
Reference in New Issue
Block a user