Modify ↓
Opened 8 years ago
Last modified 6 years ago
#13153 new enhancement
TracTicketFieldsLayoutPlugin incompatible with hiding/showing fields via DynamicFieldsPlugin
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DynamicFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | ntmlod | Trac Release: | 1.0 |
Description
When both DynamicFieldsPlugin and TracTicketFieldsLayoutPlugin are enabled, trying to show fields based on type seems to break the ticket layout.
Attachments (5)
Change History (12)
Changed 8 years ago by
Attachment: | fields_hide_correctly.png added |
---|
Changed 8 years ago by
Attachment: | fields_show_correctly.png added |
---|
Changed 8 years ago by
Attachment: | ticket_groups_default.png added |
---|
Changed 8 years ago by
Attachment: | ticket_groups_hide_fail.png added |
---|
Changed 8 years ago by
Attachment: | ticket_groups_show_fail.png added |
---|
comment:2 Changed 8 years ago by
Component: | DynamicFieldsPlugin → TicketFieldsPlugin |
---|---|
Owner: | changed from Ryan J Ollos to bphinz |
Summary: | Hiding/showing fields incompatible with TracTicketFieldsLayoutPlugin → TracTicketFieldsLayoutPlugin incompatible with hiding/showing fields via DynamicFieldsPlugin |
comment:3 Changed 8 years ago by
Component: | TicketFieldsPlugin → DynamicFieldsPlugin |
---|---|
Owner: | changed from bphinz to Ryan J Ollos |
I think DynamicFieldsPlugin should care the case. TracTicketFieldsLayoutPlugin cannot fix it at least.
comment:4 Changed 8 years ago by
PatchWelcome. I don't have time to work on making arbitrary sets of plugins work together.
comment:5 Changed 8 years ago by
Type: | defect → enhancement |
---|
comment:6 Changed 7 years ago by
Cc: | ntmlod added |
---|
comment:7 Changed 6 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
ticket_groups_default.png show what my ticket looks like when the TracTicketFieldsLayoutPlugin is active.
fields_show_correctly.png and fields_hide_correctly.png show what my ticket looks like when TracTicketFieldsLayoutPlugin is inactive; I'm hiding the "Design Reviews" textbox based on whether or not the Type was set to "Design Reviews".
Finally, ticket_groups_show_fail.png and ticket_groups_hide_fail.png show what happens when I try to hide the "Design Reviews" textbox while TracTicketFieldsLayoutPlugin is active.