[Rt-commit] rt branch, 4.0/any-in-simple-search, updated. rt-4.0.4-112-ga2d30b4

Thomas Sibley trs at bestpractical.com
Thu Dec 8 16:38:10 EST 2011


The branch, 4.0/any-in-simple-search has been updated
       via  a2d30b4216da4e875b121fc14045d18cb2031e71 (commit)
      from  2dd79622a117a9662ee7d63834b720b54447de89 (commit)

Summary of changes:
 share/html/Search/Simple.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit a2d30b4216da4e875b121fc14045d18cb2031e71
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Dec 8 16:37:54 2011 -0500

    Note that individual status names also work in simple search

diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index 7181170..1bc3fe5 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -74,7 +74,7 @@
 % }
 % }
 
-<p><&|/l, map { "<strong>$_</strong>" } qw(initial active inactive any) &>Entering [_1], [_2], [_3], or [_4] limits results to tickets with one of the respective types of statuses.</&>
+<p><&|/l, map { "<strong>$_</strong>" } qw(initial active inactive any) &>Entering [_1], [_2], [_3], or [_4] limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named.</&>
 
 % if (RT->Config->Get('OnlySearchActiveTicketsInSimpleSearch', $session{'CurrentUser'})) {
 % my $status_str  = join ', ', map { loc($_) } RT::Queue->ActiveStatusArray;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list