Merge pull request #18281 from cfoellmann/extend-getElementList-hook
extend the hook `getElementList` to make $ids in the hooked function
This commit is contained in:
commit
0f191e57f4
@ -744,7 +744,8 @@ class Project extends CommonObject
|
|||||||
'datefieldname' => $datefieldname,
|
'datefieldname' => $datefieldname,
|
||||||
'dates' => $dates,
|
'dates' => $dates,
|
||||||
'datee' => $datee,
|
'datee' => $datee,
|
||||||
'fk_projet' => $projectkey
|
'fk_projet' => $projectkey,
|
||||||
|
'ids' => $ids,
|
||||||
);
|
);
|
||||||
$reshook = $hookmanager->executeHooks('getElementList', $parameters, $object, $action);
|
$reshook = $hookmanager->executeHooks('getElementList', $parameters, $object, $action);
|
||||||
if ($reshook > 0) {
|
if ($reshook > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user