[Rt-commit] r12609 - in rt/branches/3.8-TESTING: share/html/Ticket share/html/Ticket/Elements

alexmv at bestpractical.com alexmv at bestpractical.com
Wed May 21 14:05:57 EDT 2008


Author: alexmv
Date: Wed May 21 14:05:56 2008
New Revision: 12609

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Ticket/Create.html
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/EditCustomFields

Log:
 r32056 at kohr-ah:  chmrr | 2008-05-21 14:05:42 -0400
  * Implement rt3.fsck.com #6940


Modified: rt/branches/3.8-TESTING/share/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Create.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Create.html	Wed May 21 14:05:56 2008
@@ -115,7 +115,7 @@
 </tr>
 <tr>
 <td colspan="6">
-<& /Ticket/Elements/EditCustomFields, QueueObj => $QueueObj &>
+<& /Ticket/Elements/EditCustomFields, %ARGS, QueueObj => $QueueObj &>
 </td>
 </tr>
 % if ($TxnCFs->Count) {

Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/EditCustomFields
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/EditCustomFields	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/EditCustomFields	Wed May 21 14:05:56 2008
@@ -65,7 +65,7 @@
           Object => $TicketObj,
           CustomField => $CustomField,
           NamePrefix => $NamePrefix,
-          Default => $m->notes('Field-' . $CustomField->Id),
+          Default => $m->notes('Field-' . $CustomField->Id) || $ARGS{"CustomField-".$CustomField->Id},
       &>
 %  if (my $msg = $m->notes('InvalidField-' . $CustomField->Id)) {
         <br />


More information about the Rt-commit mailing list