Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2014-06-20 22:49:15 +0000
committerRoberto E. Escobar2014-08-28 23:58:51 +0000
commitfacbea5880c4a2b30d7062943b4225d30c8dbbbe (patch)
tree52a8ead946513854c88dd9ae428d71e0e15569f3 /plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
parent97939e73adaf6fdc989bd8f51bde88786c14e1c2 (diff)
downloadorg.eclipse.osee-facbea5880c4a2b30d7062943b4225d30c8dbbbe.tar.gz
org.eclipse.osee-facbea5880c4a2b30d7062943b4225d30c8dbbbe.tar.xz
org.eclipse.osee-facbea5880c4a2b30d7062943b4225d30c8dbbbe.zip
feature[ats_ATS64164]: CPA: Move ATS Action creation to server
Diffstat (limited to 'plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee')
-rw-r--r--plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
index 484301e1af0..49613a980c5 100644
--- a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
+++ b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
@@ -136,7 +136,6 @@ abstract artifactType "ats.State Machine" extends "ats.Ats Artifact" {
attribute "ats.Cancelled Date"
attribute "ats.Cancelled From State"
attribute "ats.Cancelled Reason"
- attribute "ats.Workflow Definition Old"
attribute "ats.Workflow Definition"
attribute "ats.Work Package Guid"
attribute "ats.Id"
@@ -172,6 +171,7 @@ artifactType "Team Workflow" extends "ats.State Machine" , "Abstract Access Cont
attribute "ats.Operational Impact Workaround Description"
attribute "ats.Related Task Workflow Definition Old"
attribute "ats.Related Task Workflow Definition"
+ attribute "ats.Team Workflow Artifact Type"
}
artifactType "Work Package" extends "Artifact" {
@@ -336,7 +336,7 @@ attributeType "ats.Current State Type" extends StringAttribute {
mediaType "text/plain"
}
-attributeType "ats.Workflow Definition Old" extends StringAttribute {
+attributeType "ats.Team Workflow Artifact Type" extends StringAttribute {
uuid 0x10000000000000AC
dataProvider DefaultAttributeDataProvider
min 0

Back to the top