[rt-users] Dashboards : On the Home Page, no subscription is displayed when using Monday-Friday

Gerard FENELON gerard at eve-team.com
Tue Feb 8 12:38:38 EST 2011


Hi

it is possible someone has already reported this
but I did not find by a quick check on issues at bestpractical.com.

when I select "Frequency" = "Monday through Friday"
for a subscription to a Dashboard
then I see "None" on the Home page Dashboard widget
in the Subscription column

See the attached screen capture,
the 2 middle dashboards have Monday-Friday subscription

The following patch seems to correct the issue

--- share/html/Dashboards/Elements/ShowSubscription     2010-12-31 
13:53:47.000000000 +0100
+++ local/html/Dashboards/Elements/ShowSubscription     2011-02-08 
18:25:40.000000000 +0100
@@ -71,5 +71,8 @@
      elsif ($freq eq 'daily') {
          $frequency = loc("daily at [_1]", $hour);
      }
+    elsif ($freq eq 'm-f') {
+        $frequency = loc("Mon-Fri at [_1]", $hour);
+    }
  }
</%INIT>


Regards
Gerard

-------------- next part --------------
A non-text attachment was scrubbed...
Name: RT-Bug-Dashboard.png
Type: image/png
Size: 12924 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110208/f77db680/attachment.png>


More information about the rt-users mailing list