Modify

Opened 7 years ago

Closed 7 years ago

#13139 closed defect (invalid)

Conflict with subtickets plugin

Reported by: anonymous Owned by: Cinc-th
Priority: normal Component: TicketFieldFilterPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description (last modified by Ryan J Ollos)

This plugin seems to conflict with SubticketsPlugin.

Have tested with trac 1.0.13.

Symptom is that parent field is not filled with data when creating a subticket if TicketFieldFilterPlugin is activated.

Attachments (0)

Change History (3)

comment:1 Changed 7 years ago by Ryan J Ollos

Please post your [ticket-field-filter] and [subtickets] sections. Are you running the latest versions of TicketFieldFilterPlugin and SubticketsPlugin?

Last edited 7 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 7 years ago by Ryan J Ollos

Description: modified (diff)

comment:3 Changed 7 years ago by Ryan J Ollos

Resolution: invalid
Status: newclosed

If you are hiding the parents field it will not work, by design. TicketFieldFilterPlugin strips out the hidden fields.

If you wish to hide the parents field, I suggest you switch to DynamicFieldsPlugin. I tested the following configuration:

parents = text
parents.label = Parent Tickets
parents.hide_always = true
parents.clear_on_hide = false

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Cinc-th.
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.