Modify ↓
Opened 10 years ago
Closed 10 years ago
#12773 closed defect (worksforme)
Template description not loaded for new ticket
| Reported by: | mike | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TracTicketTemplatePlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description
With this plugin different ticket types can have different default descriptions.
When creating a new ticket the description of the ticket type which is selected as default should appear in this new ticket instantly.
It worked fine with Trac 0.12 but does not with Trac 1.0.
In 1.0 a new ticket has always the description as it is set for the variable
[ticket] default_description =
which could be empty. As soon as the type of the new ticket is change the corresponding description of the new type is loaded.
Attachments (0)
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
| Owner: | changed from Richard Liao to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:3 Changed 10 years ago by
No, I still used version 0.7, after updating to 1.0 now it works fine. Thanks for pointing me to the new version.
comment:4 Changed 10 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.



The tractickettemplateplugin/1.0 branch works fine for me. Did you install from that branch after upgrading to Trac 1.0?