* Add code comments.

This commit is contained in:
mayue
2022-05-24 07:38:39 +00:00
parent 37125b72bc
commit 07906fb1f8
+2
View File
@@ -961,6 +961,7 @@ class executionModel extends model
}
}
/* Update the status of the parent stage. */
if($oldExecution->type == 'stage')
{
$parent = $this->getByID($oldExecution->parent);
@@ -1011,6 +1012,7 @@ class executionModel extends model
if(!dao::isError())
{
/* Update the status of the parent stage. */
if($oldExecution->type == 'stage')
{
$parent = $this->getByID($oldExecution->parent);