mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
75922: Feedback PR #3004
This commit is contained in:
@@ -395,15 +395,13 @@ public class RelationshipServiceImpl implements RelationshipService {
|
||||
}
|
||||
|
||||
for (Item item : itemsToUpdate) {
|
||||
if (!item.isMetadataModified()) {
|
||||
updateItem(context, item);
|
||||
}
|
||||
updateItem(context, item);
|
||||
}
|
||||
|
||||
} catch (AuthorizeException e) {
|
||||
log.error("Authorization Exception while authorization has been disabled", e);
|
||||
} finally {
|
||||
context.restoreAuthSystemState();
|
||||
}
|
||||
context.restoreAuthSystemState();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user