mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
Merging in DSpace Event Mechanism Branch
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2074 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -46,7 +46,6 @@ import org.dspace.authorize.AuthorizeException;
|
||||
import org.dspace.core.ConfigurationManager;
|
||||
import org.dspace.core.Context;
|
||||
import org.dspace.handle.HandleManager;
|
||||
import org.dspace.search.DSIndexer;
|
||||
|
||||
/**
|
||||
* Support to install item in the archive
|
||||
@@ -145,9 +144,6 @@ public class InstallItem
|
||||
// save changes ;-)
|
||||
item.update();
|
||||
|
||||
// add item to search and browse indices
|
||||
DSIndexer.indexContent(c, item);
|
||||
|
||||
// remove in-progress submission
|
||||
is.deleteWrapper();
|
||||
|
||||
|
Reference in New Issue
Block a user