mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM: bug fixes
* various behaviour needed to be executed as rmadmin * indicator shows for rejected record in collab site * can not see "create record" action in UI for rejected record git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@48068 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -156,5 +156,12 @@
|
||||
parent="capabilityCondition.base"
|
||||
class="org.alfresco.module.org_alfresco_module_rm.capability.declarative.condition.IsRecordCategoryCondition">
|
||||
</bean>
|
||||
|
||||
<bean id="capabilityCondition.isRejectedRecord"
|
||||
parent="capabilityCondition.base"
|
||||
class="org.alfresco.module.org_alfresco_module_rm.capability.declarative.condition.HasAspectCapabilityCondition">
|
||||
<property name="aspectName" value="rma:recordRejectionDetails"/>
|
||||
<property name="namespaceService" ref="NamespaceService"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
@@ -56,6 +56,7 @@
|
||||
parent="org_alfresco_module_rm_BaseBehaviour">
|
||||
<property name="dictionaryService" ref="DictionaryService"/>
|
||||
<property name="recordsManagementIdentifierService" ref="recordsManagementIdentifierService"/>
|
||||
<property name="filePlanAuthenticationService" ref="FilePlanAuthenticationService"/>
|
||||
</bean>
|
||||
|
||||
<bean id="org_alfresco_module_rm_RmSiteType"
|
||||
|
Reference in New Issue
Block a user