dhp-schema upgrade & provision mapping 2 #499

Merged
claudio.atzori merged 1 commits from beta_provision_alignment_9.0.0 into beta 2024-10-28 10:44:09 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6fd50266f1 - Show all commits

View File

@ -109,7 +109,7 @@ public class ProvisionModelSupport {
RelatedRecord rr = new RelatedRecord();
final RelatedEntity re = rew.getTarget();
final RecordType relatedRecordType = RecordType.valueOf(re.getType());
final RecordType relatedRecordType = RecordType.fromString(re.getType());
final Relation relation = rew.getRelation();
final String relationProvenance = Optional
.ofNullable(relation.getDataInfo())