* Fix bug #96546.
This commit is contained in:
@@ -1656,6 +1656,7 @@ class programplanModel extends model
|
||||
{
|
||||
if($parent->status != 'closed')
|
||||
{
|
||||
if($project->model == 'ipd' and $parent->parent == $project->id) break;
|
||||
$newParent = $this->execution->buildExecutionByStatus('closed');
|
||||
$parentAction = 'closedbychild';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user