X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FTicketList;h=2cf25034101518fdab2b922b6019fec3b310edcf;hp=53318ab3c4e8713cc88590c71122d1402e6b3ea7;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList index 53318ab3c..2cf250341 100644 --- a/rt/share/html/Elements/TicketList +++ b/rt/share/html/Elements/TicketList @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -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' + ); <%ARGS> $Collection => undef