Avoid setting the virtual metadata language to ANY (*)

This commit is contained in:
Ben Bosman
2019-12-06 09:48:12 +01:00
parent bd14a517f2
commit 533b0b9838

View File

@@ -240,7 +240,6 @@ public class RelationshipMetadataServiceImpl implements RelationshipMetadataServ
return null;
}
metadataValue.setMetadataField(metadataField);
//metadataValue.setLanguage(Item.ANY);
return metadataValue;
}