Modify ↓
Opened 13 years ago
Closed 13 years ago
#10304 closed defect (fixed)
Does not work with Trac 1.0
| Reported by: | Dirk Stöcker | Owned by: | Russ Tyndall |
|---|---|---|---|
| Priority: | high | Component: | NeverNotifyUpdaterPlugin |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description (last modified by )
With 1.0/0.13 this plugin fails with:
'TicketNotifyEmail' object has no attribute 'db'
Reason:
In new_get_recipients there is an access to self.db.cursor()
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 Changed 13 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 13 years ago by
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
comment:4 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Im pretty sure that the bug on the ticket has been fixed (because of #10467). If this is not actually fixed could you please post what is occuring and enable TracLogging and post a relevant log file. Until then I will close this as fixed, but please feel free to reopen when there is more information.
Note: See
TracTickets for help on using
tickets.



Works with 0.13 tree.