Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/AssessmentSectionConverter.cs =================================================================== diff -u -r4e65fa5d8abdf1c0a9238492cdbcd7d2b3fa2d0f -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/AssessmentSectionConverter.cs (.../AssessmentSectionConverter.cs) (revision 4e65fa5d8abdf1c0a9238492cdbcd7d2b3fa2d0f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/AssessmentSectionConverter.cs (.../AssessmentSectionConverter.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) @@ -47,11 +47,10 @@ throw new ArgumentNullException("entity"); } - var assessmentSection = new AssessmentSection(); + var assessmentSection = new AssessmentSection(GetAssessmentSectionComposition(entity.Composition)); assessmentSection.StorageId = entity.AssessmentSectionEntityId; assessmentSection.Name = entity.Name ?? string.Empty; assessmentSection.FailureMechanismContribution.Norm = entity.Norm; - assessmentSection.ChangeComposition(GetAssessmentSectionComposition(entity.Composition)); if (entity.HydraulicDatabaseLocation != null && entity.HydraulicDatabaseVersion != null) {