From 2abc7e13fe87f92feceafaf348f553cf8b6c9b9e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 20 Feb 2011 01:21:39 +0100 Subject: Fix fill-in magic. * changed regexp for parsing driver line, just PCI ID is relevant. * all magic is now in data * eliminated most unnecessary console.logs ... either changed to console.error or just removed. --- .../bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values (limited to '.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values') 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 new file mode 100644 index 0000000..1631eaa --- /dev/null +++ b/.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values @@ -0,0 +1,17 @@ +creator: Matěj Cepl + + +reporter: Matěj Cepl + + +severity: minor + + +status: open + + +summary: maintCCAddr sent to filterByRegexp are array, not string + + +time: Sat, 19 Feb 2011 22:31:21 +0000 + -- cgit From bd116ff3ac5cc62bbd85ef7036bc64f3f14ce794 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 20 Feb 2011 01:51:13 +0100 Subject: Component should be normal component not search table. --- .../bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.be/27c176c2-26be-4a51-bb71-2aff47c5484b/bugs/019f1b74-7113-4213-8b66-b63ae63fa603/values') 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 severity: minor -status: open +status: wontfix summary: maintCCAddr sent to filterByRegexp are array, not string -- cgit