RM-1144 & RM-1145 - changes to file to action

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@61046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Hibbins
2014-02-04 18:19:37 +00:00
parent 45f47af6a9
commit 01a232a29a
10 changed files with 183 additions and 37 deletions

View File

@@ -78,7 +78,7 @@ unfreeze.description=Unfreezes a record.
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
fileTo.createRecordPath.display-label=Create Record Path
# Reject
reject.title=Reject
reject.description=Rejects a record and moves the document to its original location

View File

@@ -566,4 +566,11 @@
<property name="authorityService" ref="AuthorityService" />
</bean>
<!-- REST impl for GET Substitution Suggestions for RM -->
<bean id="webscript.org.alfresco.repository.substitutionsuggestions.rm-substitutionsuggestions.get"
class="org.alfresco.repo.web.scripts.substitutionsuggestions.RmSubstitutionSuggestionsGet"
parent="webscript">
<property name="parameterProcessorComponent" ref="parameterProcessorComponent"/>
</bean>
</beans>