Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/HydraulicBoundaryLocationsView.cs =================================================================== diff -u -rf4720b27ed71fe3f179b4301c3c0993cb9fe9094 -r61ec7f61542fbcb75392332755c5770ecea8d3a5 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/HydraulicBoundaryLocationsView.cs (.../HydraulicBoundaryLocationsView.cs) (revision f4720b27ed71fe3f179b4301c3c0993cb9fe9094) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/HydraulicBoundaryLocationsView.cs (.../HydraulicBoundaryLocationsView.cs) (revision 61ec7f61542fbcb75392332755c5770ecea8d3a5) @@ -65,7 +65,7 @@ AssessmentSection = assessmentSection; hydraulicBoundaryLocationsObserver = new Observer(UpdateDataGridViewDataSource); - hydraulicBoundaryLocationObserver = new RecursiveObserver, HydraulicBoundaryLocation>(HandleHydraulicBoundaryDatabaseUpdate, list => list); + hydraulicBoundaryLocationObserver = new RecursiveObserver, HydraulicBoundaryLocation>(HandleHydraulicBoundaryLocationUpdate, list => list); this.locations = locations;