Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs =================================================================== diff -u -r583a729a502f52ca415627efcb2287886e8efb1d -reef76311cf166ff9bf9f08b3c5ca879307b7f7d7 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision 583a729a502f52ca415627efcb2287886e8efb1d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision eef76311cf166ff9bf9f08b3c5ca879307b7f7d7) @@ -70,7 +70,7 @@ Id = section.Id.DeepClone(), Name = section.Name.DeepClone(), Composition = (short) section.Composition, - Comments = section.Comments.DeepClone(), + Comments = section.Comments.Comments.DeepClone(), Norm = section.FailureMechanismContribution.Norm, Order = order };