75922: Feedback PR #3004

This commit is contained in:
Marie Verdonck
2021-01-12 17:22:18 +01:00
parent 54a844e033
commit b77b9949ee
3 changed files with 59 additions and 14 deletions

View File

@@ -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();
}
/**