mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
88196: BUGFIX: Auto-assign place in RelationshipBuilder
This commit is contained in:
@@ -117,7 +117,7 @@ public class RelationshipBuilder extends AbstractBuilder<Relationship, Relations
|
|||||||
this.context = context;
|
this.context = context;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
relationship = relationshipService.create(context, leftItem, rightItem, relationshipType, 0, 0);
|
relationship = relationshipService.create(context, leftItem, rightItem, relationshipType, -1, -1);
|
||||||
} catch (SQLException | AuthorizeException e) {
|
} catch (SQLException | AuthorizeException e) {
|
||||||
log.warn("Failed to create relationship", e);
|
log.warn("Failed to create relationship", e);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user