From 854784be8df3b104118890046a4d47498091f3ec Mon Sep 17 00:00:00 2001 From: Nicolas Domenech Date: Tue, 19 Nov 2024 20:43:41 +0100 Subject: [PATCH] fix: missing hook printFieldListOption --- htdocs/projet/tasks.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php index 632aa18b6a442..c7be444a42510 100644 --- a/htdocs/projet/tasks.php +++ b/htdocs/projet/tasks.php @@ -1085,6 +1085,11 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php'; + // Fields from hook + $parameters = array('arrayfields' => $arrayfields); + $reshook = $hookmanager->executeHooks('printFieldListOption', $parameters, $object, $action); // Note that $action and $object may have been modified by hook + print $hookmanager->resPrint; + print ' '; // Action column