X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FTicketList;h=d0107cd06b71f2cfb258faab6e516300e134ff8c;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=4bade4934e0e75ece31a49dc1927a16d449badae;hpb=2c09925cad2ade037e6ae953e4ed6fc056811f2f;p=freeside.git diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList index 4bade4934..d0107cd06 100644 --- a/rt/share/html/Elements/TicketList +++ b/rt/share/html/Elements/TicketList @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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