mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
[TLC-249] Integration tests, keep GET handling in controller
This commit is contained in:
@@ -81,8 +81,6 @@ public class InstallItemServiceImpl implements InstallItemService {
|
||||
} else {
|
||||
// This will register the handle but a pending DOI won't be compatible and so won't be registered
|
||||
identifierService.register(c, item, suppliedHandle);
|
||||
// Continue to register just a DOI
|
||||
identifierService.register(c, item, DOI.class, filters.get(DOI.class));
|
||||
}
|
||||
} catch (IdentifierException e) {
|
||||
throw new RuntimeException("Can't create an Identifier!", e);
|
||||
|
Reference in New Issue
Block a user