[Rt-commit] r13425 - rt/3.8/trunk/share/html/Widgets
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Jun 19 11:35:36 EDT 2008
Author: sunnavy
Date: Thu Jun 19 11:35:36 2008
New Revision: 13425
Modified:
rt/3.8/trunk/share/html/Widgets/BulkEdit
Log:
added call to /Widgets/FinalizeWidgetArguments in BulkEdit
Modified: rt/3.8/trunk/share/html/Widgets/BulkEdit
==============================================================================
--- rt/3.8/trunk/share/html/Widgets/BulkEdit (original)
+++ rt/3.8/trunk/share/html/Widgets/BulkEdit Thu Jun 19 11:35:36 2008
@@ -48,7 +48,8 @@
% for my $type ( @$Types ) {
<& $Meta->{$type}{'Widget'},
Default => $Default,
- %{ $Meta->{$type}{'WidgetArguments'} },
+ %{ $m->comp('/Widgets/FinalizeWidgetArguments', WidgetArguments =>
+ $Meta->{$type}{'WidgetArguments'} ) },
Name => $type,
exists $CurrentValue->{$type} ? ( CurrentValue => $CurrentValue->{$type} )
: (),
More information about the Rt-commit
mailing list