[Rt-commit] r6122 - in rtir/branches/2.1-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Fri Sep 29 13:34:23 EDT 2006
Author: ruz
Date: Fri Sep 29 13:34:22 2006
New Revision: 6122
Modified:
rtir/branches/2.1-EXPERIMENTAL/ (props changed)
rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/EditRTIRField
Log:
r1662 at cubic-pc: cubic | 2006-09-29 21:25:59 +0400
/Elements/EditRTIRField
* pass through %ARGS to RT's element
* don't override Default, Rows, Cols args to get
sane defaults in RT's element
Modified: rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/EditRTIRField
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/EditRTIRField (original)
+++ rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/EditRTIRField Fri Sep 29 13:34:22 2006
@@ -28,12 +28,10 @@
<input type="hidden" name="<% $Name %>" value="<% $NamePrefix %><% $cf->id %>-Values" />
% }
<& /Elements/EditCustomField,
+ %ARGS,
Object => $TicketObj,
CustomField => $cf,
NamePrefix => $NamePrefix,
- Default => $Default,
- Rows => $Rows,
- Cols => $Cols,
&>
<%INIT>
@@ -56,7 +54,6 @@
$TicketObj => undef
$QueueObj => undef
$Name => undef
-$Cols => undef
-$Rows => undef
-$Default => undef
+# Other args
+# $Default, $Cols, $Rows
</%ARGS>
More information about the Rt-commit
mailing list