Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
index 4809b02fa69..9bcb0f6db71 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
+++ b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
@@ -251,8 +251,19 @@ artifactType "Group Artifact" extends "Artifact" {
guid "ABM4FTvWVzDQsTsM6jQA"
}
+attributeType "Default Group" extends BooleanAttribute {
+ guid "AA37C8T6J1QyaT0+jBwA"
+ dataProvider DefaultAttributeDataProvider
+ min 0
+ max 1
+ taggerId DefaultAttributeTaggerProvider
+ description "Specifies whether to automatically add new users into this group"
+ defaultValue "no"
+}
+
artifactType "User Group" extends "Abstract Access Controlled" , "Group Artifact" {
guid "AAMFDhrEbXqZKPfWkwAA"
+ attribute "Default Group"
}
artifactType "Universal Group" extends "Group Artifact" {

Back to the top