[Rtir] rt-3-0-10 warning

Linda Julien julien at bestpractical.com
Mon Mar 29 21:08:54 EST 2004


   Date: Mon, 29 Mar 2004 13:04:16 +0200
   From: Jansen Robert <rjansen at vub.ac.be>

   Are there plans to update RTIR to be compatibel with the new tree: RT 
   version 3.1.X and above ?

I'll let Jesse address this in greater detail when he returns (he's
been out of town).

   Any timeframe for a fix on current 3.0.10 issues ?

I've enclosed a patch for RTIR, which should take care of this
problem.

We apologize for these issues.  These fixes will be included in the
next version of RTIR, which should be released within the next day or
so.

Thanks,
Linda


Index: html/RTIR/Incident/Display.html
===================================================================
--- html/RTIR/Incident/Display.html	(revision 634)
+++ html/RTIR/Incident/Display.html	(working copy)
@@ -185,7 +185,8 @@
 	  <& /RTIR/Elements/ShowDates, Ticket => $Ticket &>
 	  <& /Elements/TitleBoxEnd &>
 	<BR>  
-	  <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket &>
+	  <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, 
+	     Attachments => $attachments &>
 
 	  <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket, DisplayPath => "/RTIR/Display.html" &>
 
@@ -372,6 +373,7 @@
         loc("WARNING: Incident [_1] has no children.", $Ticket->Id));
 }
 
+my $attachments = $m->comp('/Ticket/Elements/FindAttachments', Ticket => $Ticket);
 
 </%INIT>
 
Index: html/RTIR/Display.html
===================================================================
--- html/RTIR/Display.html	(revision 634)
+++ html/RTIR/Display.html	(working copy)
@@ -156,7 +156,8 @@
 </tr>
 <tr>
   <TD VALIGN=TOP width=50%>
-    <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket &>
+    <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, 
+       Attachments => $attachments &>
   </td>
   <TD VALIGN=TOP width=50%>
     <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket, DisplayPath => '/RTIR/Display.html' &>
@@ -278,6 +279,8 @@
   $TimeWorked = $Ticket->TimeWorked."/".$Ticket->TimeLeft;
 }
 
+my $attachments = $m->comp('/Ticket/Elements/FindAttachments', Ticket => $Ticket);
+
 </%INIT>
 
 <%ARGS>



More information about the Rtir mailing list