mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
Improves inheritability and logging, removes DOI.setResourceType()
This commit is contained in:
@@ -847,7 +847,6 @@ public class DOIIdentifierProvider
|
||||
// prepare new doiRow
|
||||
doi.setDoi(doiIdentifier);
|
||||
doi.setDSpaceObject(dso);
|
||||
doi.setResourceTypeId(dso.getType());
|
||||
doi.setStatus(null);
|
||||
try {
|
||||
doiService.update(context, doi);
|
||||
|
Reference in New Issue
Block a user