[Rt-commit] r8880 -
rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable
ruz at bestpractical.com
ruz at bestpractical.com
Mon Sep 3 10:50:24 EDT 2007
Author: ruz
Date: Mon Sep 3 10:50:23 2007
New Revision: 8880
Modified:
rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Header
Log:
* coll generic component instead of class specific
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Header
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Header (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionAsTable/Header Mon Sep 3 10:50:23 2007
@@ -118,9 +118,10 @@
if ( $AllowSorting and $col->{'attribute'}
and my $attr = $m->comp(
- "/Elements/$Class/ColumnMap",
- Name => $col->{'attribute'},
- Attr => 'attribute'
+ "/Elements/ColumnMap",
+ Class => $Class,
+ Name => $col->{'attribute'},
+ Attr => 'attribute'
)
)
{
More information about the Rt-commit
mailing list