* [bug#43745,done,0.2h] The estimate field has already been validated for type in the configuration.

This commit is contained in:
hufangzhou
2024-06-18 10:01:49 +08:00
committed by 王于听
parent 60ac185a2b
commit 21a2dd2f0b
-2
View File
@@ -723,8 +723,6 @@ class executionZen extends execution
if(!isset($task->$field)) continue;
if(!empty($task->$field)) continue;
if($field == 'estimate' and strlen(trim($task->estimate)) != 0) continue;
dao::$errors["{$field}[{$bugID}]"] = 'ID: ' . $bugID . sprintf($this->lang->error->notempty, $this->lang->task->$field);
return false;
}