# HG changeset patch # User Markus Kottlaender # Date 1560875000 -7200 # Node ID 6f5297dc60396f6ae473cd31898d49f122bb0b7b # Parent 10cbf467fd630d85dfbc6bcefecf076d187f0c3c client: bottleneck surveys dialog: show only compare survey dates that are not the selected one worked before but not when selecting a sounding result from the bottleneck list diff -r 10cbf467fd63 -r 6f5297dc6039 client/src/components/fairway/Profiles.vue --- a/client/src/components/fairway/Profiles.vue Tue Jun 18 18:03:23 2019 +0200 +++ b/client/src/components/fairway/Profiles.vue Tue Jun 18 18:23:20 2019 +0200 @@ -383,7 +383,9 @@ } }, additionalSurveys() { - return this.surveys.filter(survey => survey !== this.selectedSurvey); + return this.surveys.filter( + survey => survey.date_info !== this.selectedSurvey.date_info + ); }, coordinatesForClipboard() { return (