mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
FEATURE [calendar][docs] fix query to display rendez-vous documents from person and parcours contexts
This commit is contained in:
parent
5dc1cbce48
commit
7eb4fb4e56
@ -98,13 +98,6 @@ final class PersonCalendarGenericDocProvider implements GenericDocForPersonProvi
|
||||
)
|
||||
);
|
||||
|
||||
$query->addWhereClause(
|
||||
sprintf('calendar.%s = ?',
|
||||
$calendarMetadata->getAssociationMapping('person')['joinColumns'][0]['name']),
|
||||
[$person->getId()],
|
||||
[Types::INTEGER]
|
||||
);
|
||||
|
||||
// get the documents associated with accompanying periods in which person participates
|
||||
$or = [];
|
||||
$orParams = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user