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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Jul 18 12:25:32 EDT 2008


Author: sunnavy
Date: Fri Jul 18 12:25:32 2008
New Revision: 14272

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

Log:
 r14695 at sunnavys-mb:  sunnavy | 2008-07-18 21:32:47 +0800
 UpdateCc => update_cc, UpdateContent => update_content


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	Fri Jul 18 12:25:32 2008
@@ -564,7 +564,7 @@
     # UpdateTimeWorked into adjusted TimeWorked, so that a later
     # ProcessBasics can deal -- then bail out.
     if (    not $args{args_ref}->{'UpdateAttachments'}
-        and not length $args{args_ref}->{'UpdateContent'} )
+        and not length $args{args_ref}->{'update_content'} )
     {
         if ( $args{args_ref}->{'UpdateTimeWorked'} ) {
             $args{args_ref}->{TimeWorked} =

Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/Elements/UpdateCc
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/Elements/UpdateCc	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/Elements/UpdateCc	Fri Jul 18 12:25:32 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<tr><td class="label"><&|/l&>One-time Cc</&>:</td><td><& /Elements/EmailInput, name => 'UpdateCc', Size => '60', default => $ARGS{UpdateCc} &>
+<tr><td class="label"><&|/l&>One-time Cc</&>:</td><td><& /Elements/EmailInput, name => 'update_cc', Size => '60', default => $ARGS{update_cc} &>
 <input type="hidden" id="UpdateIgnoreAddressCheckboxes" name="UpdateIgnoreAddressCheckboxes" value="0">
         <br />
 


More information about the Rt-commit mailing list