extend the hook getElementList to make $ids in the hooked function

This commit is contained in:
Christian Foellmann 2021-07-29 14:49:41 +02:00
parent 583f1ccc1a
commit b5c30126cb

View File

@ -744,7 +744,8 @@ class Project extends CommonObject
'datefieldname' => $datefieldname,
'dates' => $dates,
'datee' => $datee,
'fk_projet' => $projectkey
'fk_projet' => $projectkey,
'ids' => $ids,
);
$reshook = $hookmanager->executeHooks('getElementList', $parameters, $object, $action);
if ($reshook > 0) {