Modify ↓
#13775 closed defect (fixed)
Base usage of the ChildTicketTree macro call fails
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | ChildTicketTreeMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
While attempting to utilize this plugin, I used [[ChildTicketTree]]
in a comment & a wiki text area, I received the following error:
Error: Macro ChildTicketTree(None) failed operator does not exist: text = integer LINE 2: FROM wiki WHERE name=490 ORDER BY versi... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Attachments (0)
Change History (5)
comment:1 Changed 5 years ago by
comment:3 Changed 5 years ago by
Owner: | changed from Mark Ryan to ahowell82@… |
---|
comment:5 Changed 5 years ago by
Awesome response time! I have installed the new version & can confirm that the plugin works wonderfully
Note: See
TracTickets for help on using
tickets.
Looks like the issue is line 45 of macro.py
The issue is the WikiPage is not the method to get the ticket when the ticket number is not referenced ... use the below ... I am not sure what additional possible impacts may exist