[Rt-commit] rt branch, 4.2/deprecate-ticketlist, created. rt-4.1.8-212-gd0850ac
Alex Vandiver
alexmv at bestpractical.com
Thu May 2 19:22:32 EDT 2013
The branch, 4.2/deprecate-ticketlist has been created
at d0850ac35963d307706ff067904a2c81aed1843e (commit)
- Log -----------------------------------------------------------------
commit d0850ac35963d307706ff067904a2c81aed1843e
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu May 2 19:22:30 2013 -0400
Deprecate /Elements/TicketList, whose use was removed in 516a784
diff --git a/share/html/Elements/TicketList b/share/html/Elements/TicketList
index 3cc36fe..f91b9ef 100644
--- a/share/html/Elements/TicketList
+++ b/share/html/Elements/TicketList
@@ -46,6 +46,10 @@
%#
%# END BPS TAGGED BLOCK }}}
<%INIT>
+RT->Deprecated(
+ Remove => "4.4",
+ Instead => "/Elements/CollectionList",
+);
$m->comp(
'/Elements/CollectionList',
%ARGS,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list