Modify ↓
#13204 closed defect (fixed)
ChildticketsTreeMacro is using deprecated get_db_cnx
| Reported by: | anonymous | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | ChildTicketTreeMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
TRAC API function Environment.get_db_cnx() method was marked as deprecated and removed in Trac 1.1.1. (see t:#11605).
Since ChildTicketsTreeMacro is using get_db_cnx it does not work with TRAC 1.1.X.
See also equivalent ChildTicketsPlugin ticket #12364
Attachments (0)
Change History (3)
comment:1 Changed 8 years ago by
| Owner: | changed from Mark Ryan to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:2 Changed 8 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.



In 16651: