Commit e97dcc1b authored by Tiago Mello's avatar Tiago Mello

Bug 643411: New default bug limit makes time summary results confusing

r/a=mkanat
parent 34b392c3
......@@ -186,6 +186,14 @@
<input type="hidden" name="id" value="[% buglist_joined FILTER html %]">
<input type="submit" id="timesummary" value="Time Summary">
</form>
[% IF time_summary_limited %]
<small>
Time Summary will only include the bugs shown above. In order to
to see a time summary for all bugs found by the search, you can
<a href="buglist.cgi?[% urlquerypart FILTER html %]
[%- "&order=$qorder" FILTER html IF order %]&limit=0">
Show all search results</a>.</small>
[% END %]
[% END %]
</td>
......@@ -295,6 +303,7 @@
<a href="buglist.cgi?[% urlquerypart FILTER html %]
[%- "&order=$qorder" FILTER html IF order %]&limit=0">See
all search results for this query</a>.
[% time_summary_limited = 1 %]
[% ELSIF bugs.size == 1 %]
One [% terms.bug %] found.
[% ELSE %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment