mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
6a5236f2f9
commit
36ff5ca6cb
@@ -213,7 +213,7 @@ public class ItemMetadataValueAddPatchOperation extends MetadataValueAddPatchOpe
|
||||
private void updateRelationshipPlace(Context context, Item dso, int place, Relationship rs) {
|
||||
|
||||
try {
|
||||
if (rs.getLeftItem() == dso) {
|
||||
if (rs.getLeftItem().equals(dso)) {
|
||||
rs.setLeftPlace(place);
|
||||
} else {
|
||||
rs.setRightPlace(place);
|
||||
|
Reference in New Issue
Block a user