From: ivan Date: Thu, 20 May 2010 09:35:30 +0000 (+0000) Subject: should fix the ui drain bramage on ticketing main... right? X-Git-Tag: root_of_svc_elec_features~259 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=87b3aa6a705d5ea80b37f3017c7c9cb903ac095a;hp=f22b714f2b7a38c8a930d8248ccb32751db82b5e should fix the ui drain bramage on ticketing main... right? --- diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList index 059ad7be0..4f71c6551 100644 --- a/rt/share/html/Elements/TicketList +++ b/rt/share/html/Elements/TicketList @@ -45,13 +45,13 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<%INIT> -$m->comp( +<% +$m->scomp( '/Elements/CollectionList', %ARGS, Class => 'RT::Tickets' ); - +%> <%ARGS> $Collection => undef $Query => undef