mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Replace all usages of dspace.url with either dspace.ui.url or dspace.server.url (depending on use case)
This commit is contained in:
@@ -583,7 +583,7 @@ public class EZIDIdentifierProvider
|
||||
log.warn("{} #{} has no handle -- location not set.",
|
||||
contentServiceFactory.getDSpaceObjectService(dso).getTypeText(dso), dso.getID());
|
||||
} else {
|
||||
String url = configurationService.getProperty("dspace.url")
|
||||
String url = configurationService.getProperty("dspace.ui.url")
|
||||
+ "/handle/" + item.getHandle();
|
||||
log.info("Supplying location: {}", url);
|
||||
mapped.put("_target", url);
|
||||
|
Reference in New Issue
Block a user