Modify ↓
Opened 15 years ago
Closed 15 years ago
#6472 closed defect (fixed)
Incompatible with TicketTypedSystem
Reported by: | LudovicLange | Owned by: | David Francos Cuartero |
---|---|---|---|
Priority: | normal | Component: | TicketBackLinksMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It seems this hack can be enhanced to work with TypedTicketWorkflowPlugin.
Just change in macro.py
if (filename != 'ticket.html'):
into
if (filename != 'ticket.html') and (filename != 'typedticket.html'):
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Summary: | Incompatible with TypedTicketWorkflowPlugin → Incompatible with TicketTypedSystem |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry : The plugins which is incompatible is http://code.optaros.com/trac/oforge/wiki/TicketTypedSystem