mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
[CST-5587] Fixed compilation errors
This commit is contained in:
@@ -1669,7 +1669,7 @@ prevent the generation of resource policy entry values with null dspace_object a
|
||||
|
||||
private void createOrcidQueueRecordsToDeleteOnOrcid(Context context, Item entity) throws SQLException {
|
||||
|
||||
String entityType = getEntityType(entity);
|
||||
String entityType = getEntityTypeLabel(entity);
|
||||
if (researcherProfileService.getProfileType().equals(entityType)) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user