[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:
Kim Shepherd
2010-05-05 19:02:39 +00:00
parent c853bee89d
commit 3aa176ac1e
2 changed files with 5 additions and 1 deletions

View File

@@ -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++;

View File

@@ -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