<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS" size=2>When I
merge a ticket into another whit the jumbo-site, then the rt-system changes the
Subject of the ticket. For example: when I merge ticket 123 with Subject 'Ticket
123' into ticket 345 with subject 'Ticket 345' then the result is ticket 345
with subject 'Ticket 123'</FONT></SPAN></DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS" size=2>This diff
resolve the problem.</FONT></SPAN></DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS" size=2>---
/opt/rt3/share/html/Ticket/ModifyAll.html 2005-02-01
15:20:40.000000000 +0100<BR>+++
/opt/rt3/local/html/Ticket/ModifyAll.html 2007-02-05
14:25:00.000000000 +0100<BR>@@ -151,7 +152,6 @@<BR>
@wresults = ProcessTicketWatchers( TicketObj => $Ticket, ARGSRef =>
\%ARGS);<BR> @cf_results = ProcessObjectCustomFieldUpdates( Object =>
$Ticket, ARGSRef => \%ARGS);<BR> @dresults =
ProcessTicketDates( TicketObj => $Ticket, ARGSRef =>
\%ARGS);<BR>- @lresults = ProcessTicketLinks( TicketObj =>
$Ticket, ARGSRef => \%ARGS);</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS"
size=2> if ($ARGS{'UpdateAttachment'})
{<BR> my $subject =
"$ARGS{'UpdateAttachment'}";<BR>@@ -176,6 +176,7
@@<BR>
ProcessUpdateMessage(TicketObj => $Ticket, ARGSRef=>\%ARGS,
Actions=>\@results);<BR>
}<BR> @results = ProcessTicketBasics( TicketObj =>
$Ticket, ARGSRef => \%ARGS);<BR>+ @lresults =
ProcessTicketLinks( TicketObj => $Ticket, ARGSRef =>
\%ARGS);<BR> }<BR> push @results, @wresults;<BR> push @results,
@dresults;</FONT></SPAN></DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=575425713-05022007><FONT face="Trebuchet MS" size=2>What do you
think about?</FONT></SPAN></DIV></BODY></HTML>