mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
Use the default input set if the item is not yet archived
This commit is contained in:
@@ -391,8 +391,8 @@ public class Util {
|
||||
|
||||
if (collection == null)
|
||||
{
|
||||
// col_handle = "db-id/" + item.getID();
|
||||
return null;
|
||||
// set an empty handle so to get the default input set
|
||||
col_handle = "";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user