mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Support Metadata On All DSpaceObjects
This commit is contained in:
@@ -629,7 +629,7 @@ public class EZIDIdentifierProvider
|
||||
|
||||
for (Entry<String, String> datum : crosswalk.entrySet())
|
||||
{
|
||||
DCValue[] values = item.getMetadata(datum.getValue());
|
||||
DCValue[] values = item.getMetadataByMetadataString(datum.getValue());
|
||||
if (null != values)
|
||||
{
|
||||
for (DCValue value : values)
|
||||
|
Reference in New Issue
Block a user