* Code for task #85045.

This commit is contained in:
Yagami
2023-02-20 15:11:00 +08:00
parent 007b13e6ab
commit b2955aa657
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class executionsEntry extends entry
*/
public function post($projectID = 0)
{
$fields = 'project,code,name,begin,end,lifetime,desc,days';
$fields = 'project,code,name,begin,end,lifetime,desc,days,percent,parent';
$this->batchSetPost($fields);
$projectID = $this->param('project', $projectID);