Missing ajaxcombobox

This commit is contained in:
Laurent Destailleur 2018-01-04 10:45:48 +01:00
parent f6007045f5
commit b3465d441a

View File

@ -481,12 +481,14 @@ class FormOther
$tasksarray=$task->getTasksArray($modetask?$user:0, $modeproject?$user:0, $projectid, 0, $mode);
if ($tasksarray)
{
print '<select class="flat" name="'.$htmlname.'">';
print '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
if ($useempty) print '<option value="0">&nbsp;</option>';
$j=0;
$level=0;
$this->_pLineSelect($j, 0, $tasksarray, $level, $selectedtask, $projectid, $disablechildoftaskid);
print '</select>';
print ajax_combobox($htmlname);
}
else
{