Skip to content

Commit

Permalink
fix: missing hook printFieldListOption
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Nov 19, 2024
1 parent 926b630 commit 854784b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/projet/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<td class="liste_titre maxwidthsearch">&nbsp;</td>';

// Action column
Expand Down

0 comments on commit 854784b

Please sign in to comment.