mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-3680: Remove problematic unaching. Also see DS-3681 as follow-up.
This commit is contained in:

committed by
Tim Donohue

parent
5510415ab6
commit
bd0c458a19
@@ -145,8 +145,6 @@ public class DSpaceAuthorityIndexer implements AuthorityIndexerInterface, Initia
|
||||
} else {
|
||||
|
||||
// 3. iterate over the items
|
||||
context.uncacheEntity(currentItem);
|
||||
|
||||
if (itemIterator.hasNext()) {
|
||||
currentItem = itemIterator.next();
|
||||
//Reset our current field index
|
||||
|
Reference in New Issue
Block a user