mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
[DS-1194] Item Level Versioning : Bamboo Test Fixes
This commit is contained in:
@@ -480,10 +480,13 @@ public class VersionedHandleIdentifierProvider extends IdentifierProvider {
|
||||
|
||||
if(handle==null){
|
||||
handle = DatabaseManager.create(context, "Handle");
|
||||
handleId = createId(handle.getIntColumn("handle_id"));
|
||||
}
|
||||
|
||||
if(handleId==null)
|
||||
handleId = createId(handle.getIntColumn("handle_id"));
|
||||
|
||||
modifyHandleRecord(context, dso, handle, handleId);
|
||||
|
||||
return handleId;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user