mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'feature/RM-7012_ActionNameInListOfValuesForAudit' into 'master'
RM-7012
See merge request records-management/records-management!1280
(cherry picked from commit a3450f74cf
)
This commit is contained in:
@@ -5,15 +5,6 @@
|
|||||||
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||||
|
|
||||||
|
|
||||||
<!-- I18N -->
|
|
||||||
<bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
|
|
||||||
<property name="resourceBundles">
|
|
||||||
<list>
|
|
||||||
<value>alfresco.module.org_alfresco_module_rm.messages.actions</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<!-- Declare as Record action -->
|
<!-- Declare as Record action -->
|
||||||
<!-- TODO rename -->
|
<!-- TODO rename -->
|
||||||
<bean id="create-record" parent="action-executer" class="org.alfresco.module.org_alfresco_module_rm.action.dm.CreateRecordAction">
|
<bean id="create-record" parent="action-executer" class="org.alfresco.module.org_alfresco_module_rm.action.dm.CreateRecordAction">
|
||||||
|
@@ -64,6 +64,7 @@
|
|||||||
<value>alfresco.module.org_alfresco_module_rm.messages.admin-service</value>
|
<value>alfresco.module.org_alfresco_module_rm.messages.admin-service</value>
|
||||||
<value>alfresco.module.org_alfresco_module_rm.messages.records-management-service</value>
|
<value>alfresco.module.org_alfresco_module_rm.messages.records-management-service</value>
|
||||||
<value>alfresco.module.org_alfresco_module_rm.messages.action-service</value>
|
<value>alfresco.module.org_alfresco_module_rm.messages.action-service</value>
|
||||||
|
<value>alfresco.module.org_alfresco_module_rm.messages.actions</value>
|
||||||
<value>alfresco.module.org_alfresco_module_rm.messages.audit-service</value>
|
<value>alfresco.module.org_alfresco_module_rm.messages.audit-service</value>
|
||||||
<value>alfresco.module.org_alfresco_module_rm.messages.rm-events</value>
|
<value>alfresco.module.org_alfresco_module_rm.messages.rm-events</value>
|
||||||
<value>alfresco.module.org_alfresco_module_rm.messages.capability-service</value>
|
<value>alfresco.module.org_alfresco_module_rm.messages.capability-service</value>
|
||||||
|
Reference in New Issue
Block a user