mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-1652 (Classified Records capabilities are never used)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@80299 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
</bean>
|
||||
|
||||
<!-- Assignable Capabilities -->
|
||||
|
||||
|
||||
<bean id="rmCreateModifyDestroyClassificationGuidesCapability"
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="CreateModifyDestroyClassificationGuides"/>
|
||||
<property name="permission" value="CreateModifyDestroyClassificationGuides"/>
|
||||
<property name="group"><ref bean="classifiedRecordsGroup"/></property>
|
||||
<!-- <property name="group"><ref bean="classifiedRecordsGroup"/></property> -->
|
||||
<property name="index" value="10" />
|
||||
<property name="private" value="true" />
|
||||
</bean>
|
||||
@@ -28,25 +28,25 @@
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="CreateModifyDestroyTimeframes" />
|
||||
<property name="permission" value="CreateModifyDestroyTimeframes" />
|
||||
<property name="group"><ref bean="classifiedRecordsGroup"/></property>
|
||||
<!-- <property name="group"><ref bean="classifiedRecordsGroup"/></property> -->
|
||||
<property name="index" value="20" />
|
||||
<property name="private" value="true" />
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="rmMapClassificationGuideMetadataCapability"
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="MapClassificationGuideMetadata" />
|
||||
<property name="permission" value="MapClassificationGuideMetadata" />
|
||||
<property name="group"><ref bean="classifiedRecordsGroup"/></property>
|
||||
<!-- <property name="group"><ref bean="classifiedRecordsGroup"/></property> -->
|
||||
<property name="index" value="30" />
|
||||
<property name="private" value="true" />
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="rmUpdateClassificationDatesCapability"
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="UpdateClassificationDates" />
|
||||
<property name="permission" value="UpdateClassificationDates" />
|
||||
<property name="group"><ref bean="classifiedRecordsGroup"/></property>
|
||||
<!-- <property name="group"><ref bean="classifiedRecordsGroup"/></property> -->
|
||||
<property name="index" value="40" />
|
||||
<property name="private" value="true" />
|
||||
</bean>
|
||||
@@ -55,11 +55,11 @@
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="UpdateExemptionCategories" />
|
||||
<property name="permission" value="UpdateExemptionCategories" />
|
||||
<property name="group"><ref bean="classifiedRecordsGroup"/></property>
|
||||
<!-- <property name="group"><ref bean="classifiedRecordsGroup"/></property> -->
|
||||
<property name="index" value="50" />
|
||||
<property name="private" value="true" />
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="rmUpgradeDowngradeAndDeclassifyRecordsCapability"
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="UpgradeDowngradeAndDeclassifyRecords"/>
|
||||
@@ -69,7 +69,7 @@
|
||||
<entry key="capabilityCondition.frozen" value="false"/>
|
||||
</map>
|
||||
</property>
|
||||
<property name="group"><ref bean="classifiedRecordsGroup"/></property>
|
||||
<!-- <property name="group"><ref bean="classifiedRecordsGroup"/></property> -->
|
||||
<property name="index" value="60" />
|
||||
<property name="private" value="true" />
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user