[Rt-commit] r10632 - in rt/branches/3.999-DANGEROUS: html/Ticket/Elements lib/RT/Interface

jesse at bestpractical.com jesse at bestpractical.com
Thu Jan 31 19:48:26 EST 2008


Author: jesse
Date: Thu Jan 31 19:48:25 2008
New Revision: 10632

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips
   rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm

Log:
 r76027 at pinglin:  jesse | 2008-01-31 19:47:28 -0500
 * Fixing attachment addition with UpdateBasics fixes


Modified: rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips	(original)
+++ rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips	Thu Jan 31 19:48:25 2008
@@ -65,7 +65,7 @@
 <b><% $scrip->description || _('Scrip #%1',$scrip->id) %></b><br />
 <&|/l, _($scrip->condition_obj->name), loc($scrip->action_obj->name), loc($scrip->template_obj->name)&>%1 %2 with template %3</&>
 <br />
-%foreach my $type qw(To Cc Bcc) {
+%foreach my $type qw(to cc bcc) {
 %my @addresses =  $scrip->action_obj->action->$type();
 <ul>
 %foreach my $addr (@addresses) {

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm	Thu Jan 31 19:48:25 2008
@@ -893,8 +893,8 @@
         time_estimated
         time_worked
         time_left
-        Type
-        Status
+        type
+        status
         queue
     );
 


More information about the Rt-commit mailing list