mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
fix UUID resolving bug introduced during refactoring
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2906 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -339,6 +339,9 @@ public class IdentifierService
|
|||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// substitue the newly found for the original
|
||||||
|
oid = noid;
|
||||||
}
|
}
|
||||||
|
|
||||||
// now we can select the object based on its resource type and id
|
// now we can select the object based on its resource type and id
|
||||||
|
Reference in New Issue
Block a user