Changes between Version 45 and Version 46 of TracTicketTemplatePlugin


Ignore:
Timestamp:
Dec 11, 2015, 1:37:49 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Clarify behavior based on question in #12607.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketTemplatePlugin

    v45 v46  
    1717 * New feature: support '''My Template''': everyone can manage their own templates now.
    1818 * New feature: add permission '''TT_USER''' to fine-grained control '''My Template'''.
    19  * New feature: template can include any fields, the default field is description.
     19 * New feature: template can include any fields specified in `[tickettemplate] field_list`. Just set the fields to the desired values when creating a template from the //New Ticket// page.
    2020 * New feature: support template params that can be specified by URL.
    2121 * New feature: support importing and exporting ticket_templates (by Russell Ballestrini).