aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values2
-rw-r--r--.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/fcebd19c-12b9-43ae-bc54-7cae39396e9f/values2
-rw-r--r--data/bzpage.js6
3 files changed, 3 insertions, 7 deletions
diff --git a/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values b/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values
index 1631eaa..47fef87 100644
--- a/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values
+++ b/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values
@@ -7,7 +7,7 @@ reporter: Matěj Cepl <mcepl@redhat.com>
severity: minor
-status: open
+status: wontfix
summary: maintCCAddr sent to filterByRegexp are array, not string
diff --git a/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/fcebd19c-12b9-43ae-bc54-7cae39396e9f/values b/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/fcebd19c-12b9-43ae-bc54-7cae39396e9f/values
index 56b36ff..4ebfd98 100644
--- a/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/fcebd19c-12b9-43ae-bc54-7cae39396e9f/values
+++ b/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/fcebd19c-12b9-43ae-bc54-7cae39396e9f/values
@@ -7,7 +7,7 @@ reporter: Matěj Cepl <mcepl@redhat.com>
severity: minor
-status: open
+status: closed
summary: product in queries should be from the form, not additional query table
diff --git a/data/bzpage.js b/data/bzpage.js
index c012e07..0d3bcbe 100644
--- a/data/bzpage.js
+++ b/data/bzpage.js
@@ -861,12 +861,8 @@ function queryInNewTab(text, component, product) {
if (equivCompsArr.length > 0) {
component = equivCompsArr[0];
}
- urlStr += "&field0-0-0=component&type0-0-0=regexp&value0-0-0="
- + component.trim();
- } else {
- urlStr += "&field0-0-0=component&type0-0-0=substring&value0-0-0="
- + component.trim();
}
+ urlStr += "&component=" + component.trim();
}
// using more complicated query tables here, because they can be more easily