Skip to content
Snippets Groups Projects
Commit 2b21d63e authored by mbrodhu's avatar mbrodhu
Browse files

recordList deliverer

parent b1e2e3a5
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,10 @@
<bean id="RecordList" class="info.textgrid.middleware.RecordListDeliverer">
<!--constructor-arg index="0" ref="ElasticSearchClient" /-->
<constructor-arg index="1" value="${fields}" />
<constructor-arg index="2" value="${workFields}" />
<constructor-arg index="3" value="${textgrid}" />
<constructor-arg index="4" value="${dariah}" />
<constructor-arg index="0" value="${fields}" />
<constructor-arg index="1" value="${workFields}" />
<constructor-arg index="2" value="${textgrid}" />
<constructor-arg index="3" value="${dariah}" />
<property name="formatField" value="${formatField}" />
<property name="formatToFilter" value="${formatToFilter}" />
<property name="dateOfObjectCreation" value="${dateOfObjectCreation}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment