Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs =================================================================== diff -u -r8a15fe6e429a0f177f25defaf1851c9963374dbe -r424e934ab7fcdef2661e3fee605423ee9fd1b489 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision 8a15fe6e429a0f177f25defaf1851c9963374dbe) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision 424e934ab7fcdef2661e3fee605423ee9fd1b489) @@ -46,6 +46,7 @@ var entity = new AssessmentSectionEntity { + Id = section.Id, Name = section.Name, Composition = (short) section.Composition, Comments = section.Comments,