extend the hook getElementList to make $ids in the hooked function
This commit is contained in:
parent
583f1ccc1a
commit
b5c30126cb
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user