[Rt-commit] rt branch, master, updated. rt-4.0.0rc4-79-g7918101

Shawn Moore sartak at bestpractical.com
Tue Feb 8 12:59:59 EST 2011


The branch, master has been updated
       via  7918101153e40e0eb4803c578fd6cb2294b76222 (commit)
      from  512d065cabb21c5d8e4afd807bc2638b49277c97 (commit)

Summary of changes:
 share/html/Elements/RT__Dashboard/ColumnMap |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 7918101153e40e0eb4803c578fd6cb2294b76222
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Feb 8 12:59:17 2011 -0500

    Missing frequency display for m-f
    
    Reported by Gerard FENELON on rt-users

diff --git a/share/html/Elements/RT__Dashboard/ColumnMap b/share/html/Elements/RT__Dashboard/ColumnMap
index c7cf958..05e0d77 100644
--- a/share/html/Elements/RT__Dashboard/ColumnMap
+++ b/share/html/Elements/RT__Dashboard/ColumnMap
@@ -100,6 +100,9 @@ my $COLUMN_MAP = {
                 elsif ($freq eq 'daily') {
                     $frequency = loc("daily at [_1]", $hour);
                 }
+                elsif ($freq eq 'm-f') {
+                    $frequency = loc("Mon-Fri at [_1]", $hour);
+                }
             }
 
             return \('<a href="'.$url.'">'.$frequency.'</a>');

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


More information about the Rt-commit mailing list