From 14f5c152910513e321c7c5b5feda4de384daa31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Csord=C3=A1s?= Date: Wed, 17 Mar 2021 13:06:10 +0100 Subject: [PATCH] [gui] Set filter properly when clicking on the diff count in the statistics page Problem: at the Checker statistics page clicking on the red diff number in the cells when comparing results do not contain for example the checker name filter. --- .../src/components/Statistics/BaseStatisticsTable.vue | 7 +++++++ .../ComponentSeverityStatistics.vue | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/web/server/vue-cli/src/components/Statistics/BaseStatisticsTable.vue b/web/server/vue-cli/src/components/Statistics/BaseStatisticsTable.vue index b08bd4ec2d..1579ed1308 100644 --- a/web/server/vue-cli/src/components/Statistics/BaseStatisticsTable.vue +++ b/web/server/vue-cli/src/components/Statistics/BaseStatisticsTable.vue @@ -139,6 +139,7 @@ @@ -159,6 +160,7 @@ @@ -181,6 +183,7 @@ @@ -201,6 +204,7 @@ @@ -221,6 +225,7 @@ @@ -243,6 +248,7 @@ @@ -261,6 +267,7 @@ diff --git a/web/server/vue-cli/src/components/Statistics/Overview/ComponentSeverityStatistics/ComponentSeverityStatistics.vue b/web/server/vue-cli/src/components/Statistics/Overview/ComponentSeverityStatistics/ComponentSeverityStatistics.vue index 1040272644..b46a0e33ce 100644 --- a/web/server/vue-cli/src/components/Statistics/Overview/ComponentSeverityStatistics/ComponentSeverityStatistics.vue +++ b/web/server/vue-cli/src/components/Statistics/Overview/ComponentSeverityStatistics/ComponentSeverityStatistics.vue @@ -70,6 +70,10 @@