mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
RM-2448 (Extend classified document properties view)
RM-2449 (Extend classified record properties view) +review RM-137 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@109139 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getExemptionCategories=ACL_ALLOW
|
||||
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getReclassification=ACL_ALLOW
|
||||
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getReclassificationValues=ACL_ALLOW
|
||||
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getExemptionCategoryById=ACL_ALLOW
|
||||
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.*=ACL_DENY
|
||||
</value>
|
||||
</property>
|
||||
|
@@ -941,4 +941,12 @@
|
||||
<property name="classificationSchemeService" ref="ClassificationSchemeService" />
|
||||
</bean>
|
||||
|
||||
<bean id="exemptionsCategoriesPropertyDecorator"
|
||||
parent="baseDecorator"
|
||||
class="org.alfresco.repo.jscript.app.ExemptionsCategoriesPropertyDecorator"
|
||||
depends-on="classifiedContentDictionaryBootstrap">
|
||||
<property name="propertyName" value="clf:declassificationExemptions" />
|
||||
<property name="classificationSchemeService" ref="ClassificationSchemeService" />
|
||||
</bean>
|
||||
|
||||
</beans>
|
Reference in New Issue
Block a user