[Rt-commit] rt branch, 4.0/more-about-requestors-pref-consistency, created. rt-4.0.6-126-gca2a004

Thomas Sibley trs at bestpractical.com
Thu May 31 17:52:34 EDT 2012


The branch, 4.0/more-about-requestors-pref-consistency has been created
        at  ca2a0040e378c268fcfc07f3033d585bd3325ef2 (commit)

- Log -----------------------------------------------------------------
commit ca2a0040e378c268fcfc07f3033d585bd3325ef2
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu May 31 17:40:35 2012 -0400

    Use active/inactive in the pref for consistency with the UI itself
    
    The ticket list tabs in More About Requestors uses active/inactive/all
    instead of open/closed/all.

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 301b9f5..d26624f 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -400,8 +400,8 @@ our %META = (
             Description => q|What tickets to display in the 'More about requestor' box|,                #loc
             Values      => [qw(Active Inactive All None)],
             ValuesLabel => {
-                Active   => "Show the Requestor's 10 highest priority open tickets",                  #loc
-                Inactive => "Show the Requestor's 10 highest priority closed tickets",      #loc
+                Active   => "Show the Requestor's 10 highest priority active tickets",                  #loc
+                Inactive => "Show the Requestor's 10 highest priority inactive tickets",      #loc
                 All      => "Show the Requestor's 10 highest priority tickets",      #loc
                 None     => "Show no tickets for the Requestor", #loc
             },

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


More information about the Rt-commit mailing list