mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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;
|
||||
|
||||
try {
|
||||
relationship = relationshipService.create(context, leftItem, rightItem, relationshipType, 0, 0);
|
||||
relationship = relationshipService.create(context, leftItem, rightItem, relationshipType, -1, -1);
|
||||
} catch (SQLException | AuthorizeException e) {
|
||||
log.warn("Failed to create relationship", e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user