migration bug fix
This commit is contained in:
parent
4644d24874
commit
447059530d
|
@ -359,7 +359,6 @@ public class DmpMigrationService {
|
|||
}
|
||||
}
|
||||
if (licenseMap.containsKey("uri")) {
|
||||
referenceEntity.setReference(licenseMap.get("uri"));
|
||||
if (!this.conventionService.isNullOrEmpty(licenseMap.get("uri"))){
|
||||
FieldEntity fieldEntity = new FieldEntity();
|
||||
fieldEntity.setCode("uri");
|
||||
|
|
Loading…
Reference in New Issue