RT 4.2.11, ticket#13852
[freeside.git] / rt / share / html / Elements / TicketList
index 4bade49..b252af6 100644 (file)
 %#
 %# END BPS TAGGED BLOCK }}}
 <%INIT>
+RT->Deprecated(
+    Remove => "4.4",
+    Instead => "/Elements/CollectionList",
+);
 $m->comp(
-        '/Elements/CollectionList',
-        %ARGS,
-        Class => 'RT::Tickets'
-       );
+         '/Elements/CollectionList',
+         %ARGS,
+         Class => 'RT::Tickets'
+        );
 </%INIT>
 <%ARGS>
 $Collection => undef