add: update UpdateDeployStatus method to archive project phase upon deployment
This commit is contained in:
@@ -211,6 +211,10 @@ public class ProjectPhase : ProjectHierarchyNode
|
||||
public void UpdateDeployStatus(ProjectDeployStatus status)
|
||||
{
|
||||
DeployStatus = status;
|
||||
if (status == ProjectDeployStatus.Deployed)
|
||||
{
|
||||
IsArchived = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user