mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
When moving metadata, make sure virtual metadata is handled correctly
This commit is contained in:
@@ -1376,8 +1376,7 @@ prevent the generation of resource policy entry values with null dspace_object a
|
||||
* Supports moving metadata by adding the metadata value or updating the place of the relationship
|
||||
*/
|
||||
@Override
|
||||
protected void moveSingleMetadataValue(Context context, Item dso, String schema, String element,
|
||||
String qualifier, int place, MetadataValue rr) throws SQLException {
|
||||
protected void moveSingleMetadataValue(Context context, Item dso, int place, MetadataValue rr) {
|
||||
if (rr instanceof RelationshipMetadataValue) {
|
||||
try {
|
||||
//Retrieve the applicable relationship
|
||||
|
Reference in New Issue
Block a user