From 1cce4a270e54a3b557476285442c04b1fdb6e03f Mon Sep 17 00:00:00 2001
From: mbrodhu <brodhun@sub.uni-goettingen.de>
Date: Thu, 2 Apr 2015 11:35:57 +0200
Subject: [PATCH] identifierPrefix to identifierField

---
 oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
index 39a7830a..4f5f5077 100644
--- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
@@ -126,7 +126,7 @@
 		<property name="dateOfObjectCreation" value="${dateOfObjectCreation}" />
 		<property name="relationToFurtherMetadataObject" value="${relationToFurtherMetadataObject}" />
 		<property name="repositoryObjectURIPrefix" value="${repositoryObjectURIPrefix}" />
-		<property name="identifierPrefix" value="${identifierPrefix}" />
+		<property name="identifierPrefix" value="${identifierField}" />
 		<property name="fields" value="${fields}" />
 		<property name="contributor" value="${contributorList}" />
 		<property name="coverage" value="${coverageList}" />
-- 
GitLab