Modify ↓
Opened 19 years ago
Closed 19 years ago
#530 closed defect (fixed)
Ticket query doesn't work
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
I can't quite work out how this could ever work, but perhaps nobody uses this function. Trivial patch attached.
Attachments (1)
Change History (5)
Changed 19 years ago by
| Attachment: | query_fix.patch added |
|---|
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
| Status: | new → assigned |
|---|
It worked because Query.execute() did not require req until a recent rev of Trac trunk.
comment:3 Changed 19 years ago by
Sorry, should have considered that case. Didn't realise the Trac APIs were still in a state of flux.
Note: See
TracTickets for help on using
tickets.



Patch against r1038, BTW.