Modify

Opened 14 years ago

Closed 14 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 14 years ago by anonymous

Summary: Incompatible with TypedTicketWorkflowPluginIncompatible with TicketTypedSystem

Sorry : The plugins which is incompatible is http://code.optaros.com/trac/oforge/wiki/TicketTypedSystem

comment:2 Changed 14 years ago by anonymous

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain David Francos Cuartero.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.