diff options
author | gerv%gerv.net <> | 2004-01-17 18:16:39 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-01-17 18:16:39 +0100 |
commit | 66abd0ca5e83161053ed303ac4bb8196f56ef5e6 (patch) | |
tree | bb2c646190afd2f553d4e51d3d3a05f5bb6fe773 /template | |
parent | b3f3a8f0a938dafb523a3721e0c36e2dfde354ed (diff) | |
download | bugzilla-66abd0ca5e83161053ed303ac4bb8196f56ef5e6.tar.gz bugzilla-66abd0ca5e83161053ed303ac4bb8196f56ef5e6.tar.xz |
Bug 224420 - add a warning that only public bugs are counted by the new charting system at the moment. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/search-create-series.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index 1a63ec5bf..c15dbe236 100644 --- a/template/en/default/search/search-create-series.html.tmpl +++ b/template/en/default/search/search-create-series.html.tmpl @@ -32,6 +32,11 @@ onload = "selectProduct(document.forms['chartform']);" %] +<p style="color: red"> + Note: there is currently a restriction that data sets will only count public + bugs (those not in any group). +</p> + <form method="get" action="chart.cgi" name="chartform"> [% PROCESS search/form.html.tmpl %] |