Modify ↓
Opened 15 years ago
Last modified 15 years ago
#6532 new defect
An empty template is not applied when switching back from a ticket type that has a custom template defined
Reported by: | Ryan J Ollos | Owned by: | Richard Liao |
---|---|---|---|
Priority: | normal | Component: | TracTicketTemplatePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello,
I tested this plugin under Trac 0.12dev-r9098
and it seems to work well, so I added the 0.12
tag to the wiki page.
One issue I noticed is the proper template is not applied under the following conditions:
- Clear the template for type = defect.
- Add a custom template for type = task.
- Open the newticket page and select type = task. The custom template is applied.
- Switch to type = defect. The user is not prompted with a dialog Apply template by ticket type?, but the template is not changed either. In this case, the template should be removed because an empty template is used for type = defect, however the custom template for type = task is left in the description field.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by
Summary: | When switching back to ticket t → An empty template is not applied when switching back from a ticket type that has a custom template defined |
---|
Note: See
TracTickets for help on using
tickets.