mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +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)
|
if (collection == null)
|
||||||
{
|
{
|
||||||
// col_handle = "db-id/" + item.getID();
|
// set an empty handle so to get the default input set
|
||||||
return null;
|
col_handle = "";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user