mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-597 (A records manager can create a rule that automatically rejects an unfiled record)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@47343 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -53,3 +53,7 @@ fileTo.title=File to
|
||||
fileTo.description=Files a record to the specified record folder.
|
||||
fileTo.path.display-label=Path to Record Folder
|
||||
fileTo.createRecordFolder.display-label=Create Record Folder
|
||||
# Reject
|
||||
reject.title=Reject
|
||||
reject.description=Rejects a record and moves the document to its original location
|
||||
reject.reason.display-label=Reject reason
|
@@ -681,7 +681,9 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="reject" class="org.alfresco.module.org_alfresco_module_rm.action.impl.RejectAction" parent="rmAction" />
|
||||
<bean id="reject" class="org.alfresco.module.org_alfresco_module_rm.action.impl.RejectAction" parent="rmAction">
|
||||
<property name="publicAction" value="true"/>
|
||||
</bean>
|
||||
|
||||
<!-- File To -->
|
||||
|
||||
|
Reference in New Issue
Block a user