Modify ↓
Opened 14 years ago
Closed 12 years ago
#7808 closed defect (fixed)
AttributeError: 'Ticket' object has no attribute '_get_db_for_write'
Reported by: | anonymous | Owned by: | Daniel Atallah |
---|---|---|---|
Priority: | normal | Component: | PendingTicketPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Does not work at all in Trac 0.12.
Line 30 of remove_pending.py must be changed to db = ticket.env.get_db_cnx()
.
Attachments (0)
Change History (4)
comment:1 Changed 14 years ago by
comment:3 Changed 13 years ago by
I'd be happy to push a change for this and #7822, if permission from the author or no response for 2 weeks, and someone provides a patch for the codebase, and is willing to test after the patch is applied.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in [12401] for the 1.0 branch.
Note: See
TracTickets for help on using
tickets.
I support that. For me the proposed change also made the plugin work on trac 0.12. So please integrate it ASAP.