mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
Additional replacements where schema, element & qualifier were separate
This commit is contained in:
@@ -96,7 +96,7 @@ public class ItemBuilder extends AbstractDSpaceObjectBuilder<Item> {
|
||||
}
|
||||
|
||||
public ItemBuilder withRelationshipType(final String relationshipType) {
|
||||
return addMetadataValue(item, "relationship", "type", null, relationshipType);
|
||||
return addMetadataValue(item, "dspace", "entity", "type", relationshipType);
|
||||
}
|
||||
|
||||
public ItemBuilder withType(final String type) {
|
||||
|
Reference in New Issue
Block a user