[Rt-commit] r9943 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR

ruz at bestpractical.com ruz at bestpractical.com
Fri Dec 14 06:27:27 EST 2007


Author: ruz
Date: Fri Dec 14 06:27:27 2007
New Revision: 9943

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html

Log:
* allow user to attach reports on an investigation launching

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html	Fri Dec 14 06:27:27 2007
@@ -267,8 +267,13 @@
         QueueObj => $QueueObj &>
     </td>
   </tr>
+
   <tr><td colspan="3"><& SELF:AttachmentsForm &></td><tr>
 
+% if ( $Type eq "Investigation" && $IncidentObj ) {
+  <tr><td colspan="3"><& /RTIR/Elements/AttachReports, Ticket => $IncidentObj &></td><tr>
+% }
+
 % if ( $gnupg_widget ) {
   <tr><td>&nbsp;</td><td colspan="2">
   <& /Elements/GnuPG/SignEncryptWidget, self => $gnupg_widget, QueueObj => $QueueObj &>


More information about the Rt-commit mailing list