rt 4.2.16
[freeside.git] / rt / share / html / Elements / TicketList
index 4987595..aae9f0c 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
 %#
 %# 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