[Rt-commit] r18327 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 10 09:05:51 EST 2009


Author: sunnavy
Date: Tue Feb 10 09:05:51 2009
New Revision: 18327

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/etc/initialdata

Log:
 r19763 at sunnavys-mb:  sunnavy | 2009-02-10 22:05:25 +0800
 clean one mismerge


Modified: rt/3.999/trunk/etc/initialdata
==============================================================================
--- rt/3.999/trunk/etc/initialdata	(original)
+++ rt/3.999/trunk/etc/initialdata	Tue Feb 10 09:05:51 2009
@@ -530,31 +530,6 @@
        scrip_condition => 'On Transaction',
        scrip_action    => 'Extract Subject Tag',
        template       => 'Blank' },
-{
-    queue       => 0,
-    name        => "Error: Missing dashboard",    # loc
-    description =>
-      "Inform user that a dashboard he subscribed to is missing", # loc
-    content => q{Subject: [{RT->config->get('rtname')}] Missing dashboard!
-
-Greetings,
-
-You are subscribed to a dashboard that is currently missing. Most likely, the dashboard was deleted.
-
-RT will remove this subscription as it is no longer useful. Here's the information RT had about your subscription:
-
-DashboardID:  { $subscription_obj->sub_value('Dashboardid') }
-Frequency:    { $subscription_obj->sub_value('Frequency') }
-Hour:         { $subscription_obj->sub_value('Hour') }
-{
-    $subscription_obj->sub_value('Frequency') eq 'weekly'
-    ? "Day of week:  " . $subscription_obj->sub_value('Dow')
-    : $subscription_obj->sub_value('Frequency') eq 'monthly'
-      ? "Day of month: " . $subscription_obj->sub_value('Dom')
-      : ''
-}
-}
-},
 );
 
 @ACL = (


More information about the Rt-commit mailing list