summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/TicketList
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Elements/TicketList')
-rw-r--r--rt/share/html/Elements/TicketList12
1 files changed, 8 insertions, 4 deletions
diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList
index 4bade49..b252af6 100644
--- a/rt/share/html/Elements/TicketList
+++ b/rt/share/html/Elements/TicketList
@@ -46,11 +46,15 @@
%#
%# 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