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

ruz at bestpractical.com ruz at bestpractical.com
Thu Oct 18 22:40:10 EDT 2007


Author: ruz
Date: Thu Oct 18 22:40:09 2007
New Revision: 9347

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html

Log:
* pass args to save entered values on attachment management

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html	Thu Oct 18 22:40:09 2007
@@ -98,7 +98,7 @@
 <h2 class="no-recipients">Warning: no recipients!</h2>
 % }
 
-<& Elements/ReplyForm, TicketObj => $IncidentObj, Status => $Status &>
+<& Elements/ReplyForm, %ARGS, TicketObj => $IncidentObj, Status => $Status &>
 
 <& /Elements/Submit, Name => "SubmitTicket", Caption => $SubmitCaption, Label => $SubmitLabel &>
 </form>


More information about the Rt-commit mailing list