Merge pull request #18226 from FHenry/fix_addtimespend

FIX: cannot add time spend when column ref is not displayed
This commit is contained in:
Laurent Destailleur 2021-07-28 17:38:04 +02:00 committed by GitHub
commit bd731d9213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1374,7 +1374,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
print '</td>';
if (!$i) $totalarray['nbfield']++;
}
} else {
} elseif ($action !== 'createtime') {
print '<input type="hidden" name="taskid" value="'.$id.'">';
}