X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FTicketList;h=aae9f0ca16b82038da6a4db3bdc237eaad1e7a3b;hp=62fc9d09d441b3282ee5cb3d6dcccc137f13eb31;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList index 62fc9d09d..aae9f0ca1 100644 --- a/rt/share/html/Elements/TicketList +++ b/rt/share/html/Elements/TicketList @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 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