diff --git a/web/server/vue-cli/src/views/ReportDetail.vue b/web/server/vue-cli/src/views/ReportDetail.vue index eb6569e0b4..577e64d0ce 100644 --- a/web/server/vue-cli/src/views/ReportDetail.vue +++ b/web/server/vue-cli/src/views/ReportDetail.vue @@ -17,15 +17,17 @@ outlined text > - The report (report ID: {{ $router.currentRoute.query["report-id"] }}, - report hash: {{ $router.currentRoute.query["report-hash"] }}, - file path: {{ $router.currentRoute.query["report-filepath"] }}) - was removed from the database. + The report ( + report ID: {{ $router.currentRoute.query["report-id"] }}, + report hash: {{ $router.currentRoute.query["report-hash"] }}, + file path: + "{{ $router.currentRoute.query["report-filepath"] }}" + ) was removed from the database. - Unfortunatelly your URL parameter was saved from and older version - of CodeChecker and it does not contain a report-hash - parameter to fallback the search for. + Unfortunately, your hyperlink was copied from an older version of + CodeChecker and the request does not contain the report-hash + parameter which could be used as a fallback mechanism.