[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-435-gf523a9f
Emannuel Lacour
elacour at bestpractical.com
Tue Nov 9 12:26:31 EST 2010
The branch, 3.9-trunk has been updated
via f523a9f0f3b0fce3b9d0acf58e07c9e8af407dbb (commit)
from 87f63bfe025b4696e8089fa5d14dfd7a183800f0 (commit)
Summary of changes:
share/html/Search/Simple.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f523a9f0f3b0fce3b9d0acf58e07c9e8af407dbb
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Tue Nov 9 18:25:31 2010 +0100
Fix empty list of active statuses on simple search help text
diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index f3c92b2..ba9005b 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -59,7 +59,7 @@
<p><&|/l&>Searching the full text of every ticket can take a long time, but if you need to do it, you can search for any word in full ticket history for any word by typing <b>fulltext:<i>word</i></b>.</&></p>
<p><&|/l&>RT will look for anything else you enter in ticket subjects.</&></p>
-% my $status_str = join ', ', map { loc($_) } RT->Config->Get('ActiveStatus');
+% my $status_str = join ', ', map { loc($_) } RT::Queue->ActiveStatusArray;
<p><&|/l, $status_str&>Please note that only tickets with one of these statuses( [_1] ) are displayed here. For more powerful searches please visit the <a href="<%RT->Config->Get('WebPath')%>/Search/Build.html">search builder interface</a>.</&></p>
<br />
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list