mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
f0ea00b5cd
commit
ef5479d77a
@@ -214,7 +214,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