[Rt-commit] rt branch, master, updated. rt-4.1.8-212-gd0850ac
Ruslan Zakirov
ruz at bestpractical.com
Fri May 3 11:18:33 EDT 2013
The branch, master has been updated
via d0850ac35963d307706ff067904a2c81aed1843e (commit)
from 4ee6d1a70d67d213bc51f0813f9e244d65532038 (commit)
Summary of changes:
share/html/Elements/TicketList | 4 ++++
1 file changed, 4 insertions(+)
- 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