Modify ↓
Opened 18 years ago
Closed 18 years ago
#783 closed defect (duplicate)
does not work with trac 0.10
Reported by: | Owned by: | Shun-ichi Goto | |
---|---|---|---|
Priority: | high | Component: | TicketBoxMacro |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
After upgrading to 0.10, TicketBox does not work anymore:
Error: Macro TicketBox(20%,'Herrenlose Tickets',{9}) failed no such column: sql
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is duplicate of #400 which is already fixed in r955. Please upgrade to recent code for 0.10.
Note: See
TracTickets for help on using
tickets.
Just replace the string "sql" with "query" in line 89 of the macro and it will work again. sql was renamed to query.