mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-2044 (Add "Classified" aspect)
Forgot to add classification level constraint +review RM-24 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@101973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -36,17 +36,22 @@
|
||||
|
||||
<!-- Aspects -->
|
||||
<aspects>
|
||||
|
||||
<!-- Classified aspect -->
|
||||
<aspect name="clf:classified">
|
||||
<properties>
|
||||
<property name="clf:initialClassification">
|
||||
<title>Initial Classification</title>
|
||||
<type>d:text</type>
|
||||
<constraints>
|
||||
<constraint ref="clf:classificationLevelRestriction" />
|
||||
</constraints>
|
||||
</property>
|
||||
<property name="clf:currentClassification">
|
||||
<title>Current Classification</title>
|
||||
<type>d:text</type>
|
||||
<constraints>
|
||||
<constraint ref="clf:classificationLevelRestriction" />
|
||||
</constraints>
|
||||
</property>
|
||||
<property name="clf:classificationAuthority">
|
||||
<title>Classification Authority</title>
|
||||
@@ -60,5 +65,4 @@
|
||||
</properties>
|
||||
</aspect>
|
||||
</aspects>
|
||||
|
||||
</model>
|
Reference in New Issue
Block a user