* Fix bug #48586.
This commit is contained in:
@@ -1427,8 +1427,6 @@ class projectModel extends model
|
||||
|
||||
$this->projectTao->doStart($projectID, $project);
|
||||
|
||||
$this->recordFirstEnd($projectID);
|
||||
|
||||
/* When it has multiple errors, only the first one is prompted */
|
||||
if(dao::isError())
|
||||
{
|
||||
@@ -1436,6 +1434,8 @@ class projectModel extends model
|
||||
return false;
|
||||
}
|
||||
|
||||
$this->recordFirstEnd($projectID);
|
||||
|
||||
if(!$oldProject->multiple) $this->projectTao->changeExecutionStatus($projectID, 'start');
|
||||
return common::createChanges($oldProject, $project);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user