[Rt-commit] r6742 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Sun Jan 14 23:32:33 EST 2007
Author: ruz
Date: Sun Jan 14 23:32:33 2007
New Revision: 6742
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Row
Log:
r4354 at cubic-pc: cubic | 2007-01-14 10:23:20 +0300
* add $Class argument to CollectionAsTable/Row
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Row
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Row (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Row Sun Jan 14 23:32:33 2007
@@ -51,6 +51,7 @@
$Depth => undef
$Warning => undef
$ColumnMap => {}
+$Class => 'RT__Ticket'
</%ARGS>
<%PERL>
@@ -83,7 +84,7 @@
unless ( exists $ColumnMap->{ $col } ) {
$ColumnMap->{ $col } = $m->comp(
- '/Elements/RT__Ticket/ColumnMap',
+ "/Elements/$Class/ColumnMap",
Name => $col,
Attr => 'value'
);
More information about the Rt-commit
mailing list