Modify ↓
Opened 9 years ago
Closed 9 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 )
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:2 Changed 9 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 9 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
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
Note: See
TracTickets for help on using
tickets.



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