Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs =================================================================== diff -u -rf2ddfb7eb1c2eb7878a9ea0d0bf33b4756672e09 -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs (.../AssessmentSectionEntityReadExtensions.cs) (revision f2ddfb7eb1c2eb7878a9ea0d0bf33b4756672e09) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs (.../AssessmentSectionEntityReadExtensions.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -52,7 +52,6 @@ var assessmentSection = new AssessmentSection((AssessmentSectionComposition) entity.Composition) { - StorageId = entity.AssessmentSectionEntityId, Id = entity.Id, Name = entity.Name, Comments = entity.Comments,