Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs =================================================================== diff -u -rae6f0c6b534ca650e160ae6d9c0bc90369d25c68 -rea14c73fc9ac706d48a5af7125bb570a5d07dd28 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision ae6f0c6b534ca650e160ae6d9c0bc90369d25c68) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision ea14c73fc9ac706d48a5af7125bb570a5d07dd28) @@ -47,7 +47,9 @@ var entity = new AssessmentSectionEntity { Name = section.Name, - Composition = (short) section.Composition + Composition = (short) section.Composition, + Comments = section.Comments, + Norm = section.FailureMechanismContribution.Norm }; AddEntityForPipingFailureMechanism(section, entity, registry);