RM-1572 (It's possible to file report to closed folder)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74931 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-06-25 23:14:56 +00:00
parent 589929e89b
commit 6daa47eb4e
5 changed files with 164 additions and 118 deletions

View File

@@ -413,8 +413,6 @@
<property name="publicAction" value="true"/>
</bean>
<!-- Edit review as of date -->
<bean id="editReviewAsOfDate_proxy" parent="rmProxyAction" >
@@ -968,6 +966,7 @@
class="org.alfresco.module.org_alfresco_module_rm.action.impl.FileReportAction"
parent="rmAction">
<property name="reportService" ref="ReportService" />
<property name="capabilityService" ref="CapabilityService" />
<property name="publicAction" value="false"/>
</bean>
@@ -1016,10 +1015,10 @@
</value>
</property>
</bean>
<!-- @deprecated actions as of 2.2 -->
<!-- actions can be reinstated by reconfiguring their publicity -->
<!-- Freeze record -->
<bean id="freeze_proxy" parent="rmProxyAction" >