[freeside-commits] freeside/rt/share/html/Ticket Create.html, 1.1.1.2.4.3, 1.1.1.2.4.4 Display.html, 1.2, 1.2.4.1

Ivan,,, ivan at wavetail.420.am
Fri Apr 8 16:13:54 PDT 2011


Update of /home/cvs/cvsroot/freeside/rt/share/html/Ticket
In directory wavetail.420.am:/tmp/cvs-serv23950/share/html/Ticket

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Create.html Display.html 
Log Message:
landing 3.8.9 on 2.1 branch for 2.1.3

Index: Create.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Ticket/Create.html,v
retrieving revision 1.1.1.2.4.3
retrieving revision 1.1.1.2.4.4
diff -u -w -d -r1.1.1.2.4.3 -r1.1.1.2.4.4
--- Create.html	1 Jan 2011 00:47:17 -0000	1.1.1.2.4.3
+++ Create.html	8 Apr 2011 23:13:52 -0000	1.1.1.2.4.4
@@ -2,8 +2,8 @@
 %# 
 %# COPYRIGHT:
 %# 
-%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-%#                                          <jesse at bestpractical.com>
+%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%#                                          <sales at bestpractical.com>
 %# 
 %# (Except where explicitly superseded by other copyright notices)
 %# 
@@ -92,6 +92,7 @@
 </td>
 <td class="value" colspan="5">
 <& /Elements/EmailInput, Name => 'Requestors', Size => '40', Default => $ARGS{Requestors} || $session{CurrentUser}->EmailAddress &>
+% $m->callback( CallbackName => 'AfterRequestors', QueueObj => $QueueObj, ARGSRef => \%ARGS );
 </td>
 </tr>
 <tr>

Index: Display.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Ticket/Display.html,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -w -d -r1.2 -r1.2.4.1
--- Display.html	3 Jan 2010 08:04:32 -0000	1.2
+++ Display.html	8 Apr 2011 23:13:52 -0000	1.2.4.1
@@ -2,8 +2,8 @@
 %# 
 %# COPYRIGHT:
 %# 
-%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-%#                                          <jesse at bestpractical.com>
+%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%#                                          <sales at bestpractical.com>
 %# 
 %# (Except where explicitly superseded by other copyright notices)
 %# 
@@ -189,8 +189,9 @@
     my $key = Digest::MD5::md5_hex( rand(1024) );
     push @{ $session{"Actions"}->{$key} ||= [] }, @Actions;
     $session{'i'}++;
-    RT::Interface::Web::Redirect( RT->Config->Get('WebURL') . "Ticket/Display.html?id=" . $TicketObj->id . "&results=" . $key );
-
+    my $url = RT->Config->Get('WebURL') . "Ticket/Display.html?id=" . $TicketObj->id . "&results=" . $key;
+    $url .= '#' . $ARGS{Anchor} if $ARGS{Anchor};
+    RT::Interface::Web::Redirect($url);
 }
 
 my $attachments = $m->comp('Elements/FindAttachments', Ticket => $TicketObj, Tickets => $Tickets);



More information about the freeside-commits mailing list