Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2008-06-13 19:39:23 +0000
committerddunne2008-06-13 19:39:23 +0000
commit4609411a40efa5594e83ddb2af1a0cdbcd6f73de (patch)
treec12ad12c7cc79298d30345a25b18c3bd5216b14f
parentbc58cd2c3b6f34349ece5879a74b90d1427283e6 (diff)
downloadorg.eclipse.osee-4609411a40efa5594e83ddb2af1a0cdbcd6f73de.tar.gz
org.eclipse.osee-4609411a40efa5594e83ddb2af1a0cdbcd6f73de.tar.xz
org.eclipse.osee-4609411a40efa5594e83ddb2af1a0cdbcd6f73de.zip
-rw-r--r--org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/TeamWorkFlowArtifact.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/TeamWorkFlowArtifact.java b/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/TeamWorkFlowArtifact.java
index 40bf9667239..c40cf9b915a 100644
--- a/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/TeamWorkFlowArtifact.java
+++ b/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/TeamWorkFlowArtifact.java
@@ -71,6 +71,7 @@ public class TeamWorkFlowArtifact extends TaskableStateMachineArtifact implement
public TeamWorkFlowArtifact(ArtifactFactory parentFactory, String guid, String humanReadableId, Branch branch, ArtifactType artifactType) {
super(parentFactory, guid, humanReadableId, branch, artifactType);
registerSMARelation(AtsRelation.TeamWorkflowToReview_Review);
+ registerSMARelation(AtsRelation.TeamWorkflowTargetedForVersion_Version);
}
/*

Back to the top