Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2011-08-30 15:46:16 +0000
committerRyan D. Brooks2011-08-30 15:46:16 +0000
commitf078f8a83ef9614cacee3e362722f599fc705b53 (patch)
tree4d08296cd205550152e191412bd56b5363809ab0 /plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats
parent8e1bb58808ab4a875c7b102380a976f4aae7c7f4 (diff)
downloadorg.eclipse.osee-f078f8a83ef9614cacee3e362722f599fc705b53.tar.gz
org.eclipse.osee-f078f8a83ef9614cacee3e362722f599fc705b53.tar.xz
org.eclipse.osee-f078f8a83ef9614cacee3e362722f599fc705b53.zip
feature: WorkDef - Remove User Community from Work Defs
Diffstat (limited to 'plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats')
-rw-r--r--plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats99
1 files changed, 47 insertions, 52 deletions
diff --git a/plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats b/plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats
index 20a7b49ff51..cb2506f058e 100644
--- a/plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats
+++ b/plugins/org.eclipse.osee.ats.config.demo/support/WorkDef_Team_Demo_Code.ats
@@ -33,43 +33,24 @@ workDefinition "WorkDef_Team_Demo_Code" {
option REQUIRED_FOR_TRANSITION
}
- widgetDefinition "User Community" {
- attributeName "ats.User Community"
- xWidgetName "XListDam(OPTIONS_FROM_ATTRIBUTE_VALIDITY)"
- option HORIZONTAL_LABEL
- }
-
- state "Completed" {
- type Completed
- ordinal 5
- to "Implement" OverrideAttributeValidation
- rule AddDecisionValidateBlockingReview
- }
-
- state "Implement" {
+ state "Endorse" {
type Working
- ordinal 4
+ ordinal 1
to "Cancelled"
- to "Completed" AsDefault
- to "Authorize" OverrideAttributeValidation
- to "Analyze" OverrideAttributeValidation
+ to "Analyze" AsDefault
rule RequireStateHourSpentPrompt
layout {
+ widget "Title"
+ widget "Description"
+ widget "Proposed Resolution"
+ composite {
+ numColumns 6
+ attributeWidget "ats.Change Type"
+ attributeWidget "ats.Priority"
+ attributeWidget "ats.Need By"
+ }
+ attributeWidget "ats.Validation Required"
attributeWidget "ats.Work Package"
- attributeWidget "ats.Estimated Completion Date"
- widget "Resolution"
- }
- }
-
- state "Authorize" {
- type Working
- ordinal 3
- to "Cancelled"
- to "Implement" AsDefault
- to "Analyze" OverrideAttributeValidation
- layout {
- attributeWidget "ats.Work Package"
- attributeWidget "ats.Estimated Completion Date"
}
}
@@ -94,34 +75,48 @@ workDefinition "WorkDef_Team_Demo_Code" {
}
}
- state "Cancelled" {
- type Cancelled
- ordinal 6
- to "Authorize" OverrideAttributeValidation
+ state "Authorize" {
+ type Working
+ ordinal 3
+ to "Cancelled"
+ to "Implement" AsDefault
to "Analyze" OverrideAttributeValidation
- to "Implement" OverrideAttributeValidation
- to "Endorse" OverrideAttributeValidation
+ layout {
+ attributeWidget "ats.Work Package"
+ attributeWidget "ats.Estimated Completion Date"
+ }
}
- state "Endorse" {
+ state "Implement" {
type Working
- ordinal 1
+ ordinal 4
to "Cancelled"
- to "Analyze" AsDefault
+ to "Completed" AsDefault
+ to "Authorize" OverrideAttributeValidation
+ to "Analyze" OverrideAttributeValidation
rule RequireStateHourSpentPrompt
layout {
- widget "Title"
- widget "Description"
- widget "Proposed Resolution"
- composite {
- numColumns 6
- attributeWidget "ats.Change Type"
- attributeWidget "ats.Priority"
- attributeWidget "ats.Need By"
- }
- attributeWidget "ats.Validation Required"
attributeWidget "ats.Work Package"
- widget "User Community"
+ attributeWidget "ats.Estimated Completion Date"
+ widget "Resolution"
}
}
+
+ state "Completed" {
+ type Completed
+ ordinal 5
+ to "Implement" OverrideAttributeValidation
+ rule AddDecisionValidateBlockingReview
+ }
+
+ state "Cancelled" {
+ type Cancelled
+ ordinal 6
+ to "Authorize" OverrideAttributeValidation
+ to "Analyze" OverrideAttributeValidation
+ to "Implement" OverrideAttributeValidation
+ to "Endorse" OverrideAttributeValidation
+ }
+
+
}

Back to the top