diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-02 01:19:47 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-02 01:19:47 +0200 |
commit | e214fe83d5ca689771a5c55bc507fc1a7309bf6b (patch) | |
tree | e38578014eb23bbd5cb91160740da7c68d3485f6 /template/en | |
parent | dac48ba3875e23c64ba9d79f81705bc5e84a9fc4 (diff) | |
download | bugzilla-e214fe83d5ca689771a5c55bc507fc1a7309bf6b.tar.gz bugzilla-e214fe83d5ca689771a5c55bc507fc1a7309bf6b.tar.xz |
Bug 581622: When a quicksearch includes the "content" field, it is limited to 200 bugs
r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index e464e4b08..85c2ed513 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -150,10 +150,6 @@ [% ELSIF message_tag == "buglist_sorted_by_relevance" %] [% terms.Bugs %] on this list are sorted by relevance, with the most relevant [% terms.bugs %] at the top. - [% IF bugs.size == constants.FULLTEXT_BUGLIST_LIMIT %] - Only the [% constants.FULLTEXT_BUGLIST_LIMIT FILTER html %] - most relevant [% terms.bugs %] are shown. - [% END %] [% ELSIF message_tag == "change_columns" %] [% title = "Change columns" %] |