X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FTicketList;h=b252af6a09b8ac07a6303aea0cfcd0b2dfde8065;hb=0ed195595b5c7ea404c8848d9d1881ada4214489;hp=4bade4934e0e75ece31a49dc1927a16d449badae;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList index 4bade4934..b252af6a0 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' + ); <%ARGS> $Collection => undef