mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
[DS-527] - Withdrawn items not shown as deleted in OAI
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4888 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -289,7 +289,7 @@ public class Harvest
|
|||||||
itemInfo.item = Item.find(context, itemInfo.itemID);
|
itemInfo.item = Item.find(context, itemInfo.itemID);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((nonAnon) || (itemInfo.item == null))
|
if ((nonAnon) || (itemInfo.item == null) || (withdrawn && itemInfo.withdrawn))
|
||||||
{
|
{
|
||||||
infoObjects.add(itemInfo);
|
infoObjects.add(itemInfo);
|
||||||
itemCounter++;
|
itemCounter++;
|
||||||
|
@@ -1,7 +1,11 @@
|
|||||||
1.7.0
|
1.7.0
|
||||||
=====
|
=====
|
||||||
|
(Peter Dietz)
|
||||||
|
- [DS-542] verbose output for stats-log-importer displays spurious city/country from previous committed entry
|
||||||
|
|
||||||
(Kim Shepherd)
|
(Kim Shepherd)
|
||||||
- [DS-547] Value for Recent Submissions is not workin in the XMLUI
|
- [DS-547] Value for Recent Submissions is not workin in the XMLUI
|
||||||
|
- [DS-527] Withdrawn items not shown as deleted in OAI
|
||||||
|
|
||||||
(Claudia J<>rgen)
|
(Claudia J<>rgen)
|
||||||
- [DS-558] Error in update sequence script 1.5 to 1.6 Oracle
|
- [DS-558] Error in update sequence script 1.5 to 1.6 Oracle
|
||||||
|
Reference in New Issue
Block a user