Modify ↓
Opened 15 years ago
Closed 9 years ago
#6542 closed defect (fixed)
[Patch] Fix for interaction issue between TracGanttCalendarPlugin and TracTicketDepgraphPlugin
Reported by: | C. G. Brown | Owned by: | Felix Tiede |
---|---|---|---|
Priority: | normal | Component: | TracTicketDepgraphPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The Calendar plugin uses the URL /ticketcalendar. TracTicketDepgraphPlugin attempts to apply its logic to all URLs beginning with /ticket. The attached patch changes the URL check to /ticket/, which should only get actual tickets.
To reproduce this error, install TracGanttCalendarPlugin and then install TracTicketDepgraphPlugin. You'll get an error message when you attempt to click the Calendar.
We ran into this with our customers over at ProjectLocker and are starting to try to resubmit fixes to these types of issues back to the community. Thank you for your work, and hopefully this patch is helpful.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | tracticketdepgraphplugin_proposed.patch added |
---|
comment:2 Changed 15 years ago by
Summary: | Fix for interaction issue between TracGanttCalendarPlugin and TracTicketDepgraphPlugin → [Patch] Fix for interaction issue between TracGanttCalendarPlugin and TracTicketDepgraphPlugin |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed in [14699].
Note: See
TracTickets for help on using
tickets.
Proposed patch