mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-11 09:14:59 +00:00
Compare commits
1 Commits
tests/fix-
...
fix-timeli
Author | SHA1 | Date | |
---|---|---|---|
|
8364518282 |
@@ -78,7 +78,7 @@ abstract class AbstractTimelineAccompanyingPeriod implements TimelineProviderInt
|
|||||||
}
|
}
|
||||||
|
|
||||||
$metadata = $this->em
|
$metadata = $this->em
|
||||||
->getClassMetadata('ChillPersonBundle:AccompanyingPeriod')
|
->getClassMetadata('ChillPersonBundle:AccompanyingPeriodParticipation')
|
||||||
;
|
;
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
@@ -46,7 +46,7 @@ class TimelineAccompanyingPeriodClosing extends AbstractTimelineAccompanyingPeri
|
|||||||
public function fetchQuery($context, array $args)
|
public function fetchQuery($context, array $args)
|
||||||
{
|
{
|
||||||
$metadata = $this->em
|
$metadata = $this->em
|
||||||
->getClassMetadata('ChillPersonBundle:AccompanyingPeriod');
|
->getClassMetadata('ChillPersonBundle:AccompanyingPeriodParticipation');
|
||||||
|
|
||||||
$data = $this->basicFetchQuery($context, $args);
|
$data = $this->basicFetchQuery($context, $args);
|
||||||
|
|
||||||
|
@@ -46,7 +46,7 @@ class TimelineAccompanyingPeriodOpening extends AbstractTimelineAccompanyingPeri
|
|||||||
public function fetchQuery($context, array $args)
|
public function fetchQuery($context, array $args)
|
||||||
{
|
{
|
||||||
$metadata = $this->em
|
$metadata = $this->em
|
||||||
->getClassMetadata('ChillPersonBundle:AccompanyingPeriod');
|
->getClassMetadata('ChillPersonBundle:AccompanyingPeriodParticipation');
|
||||||
|
|
||||||
$data = $this->basicFetchQuery($context, $args);
|
$data = $this->basicFetchQuery($context, $args);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user