[Rt-commit] r4197 - in rt/branches/CHALDEA-EXPERIMENTAL: .
html/Elements html/Ticket/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Wed Nov 30 16:31:36 EST 2005
Author: jesse
Date: Wed Nov 30 16:31:35 2005
New Revision: 4197
Modified:
rt/branches/CHALDEA-EXPERIMENTAL/ (props changed)
rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields
rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields
Log:
r19614 at truegrounds: jesse | 2005-11-30 16:09:47 -0500
r19571 at truegrounds: jesse | 2005-11-30 15:37:19 -0500
r19545 at truegrounds: jesse | 2005-11-29 18:51:07 -0500
* A pair of new callbacks to make it easier to hide away a custom field on ticket display/edit
Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields (original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields Wed Nov 30 16:31:35 2005
@@ -71,6 +71,9 @@
</table>
<%INIT>
my $CustomFields = $Object->CustomFields;
+ $m->comp('/Elements/Callback', _CallbackName => 'MassageCustomFields',
+ CustomFields => $CustomFields);
+
</%INIT>
<%ARGS>
$Object => undef
Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields (original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields Wed Nov 30 16:31:35 2005
@@ -96,7 +96,8 @@
$NamePrefix = "Object-RT::Ticket--CustomField-";
}
-
+ $m->comp('/Elements/Callback', _CallbackName => 'MassageCustomFields',
+ CustomFields => $CustomFields);
</%INIT>
<%ARGS>
More information about the Rt-commit
mailing list