Changes between Version 11 and Version 12 of SimpleTicketPlugin


Ignore:
Timestamp:
Dec 2, 2011, 9:56:41 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Refs #600.

Legend:

Unmodified
Added
Removed
Modified
  • SimpleTicketPlugin

    v11 v12  
    2525== Example ==
    2626
    27 Add a section like this to your trac.ini:
     27Add a section like this to your trac.ini to display only the specified `fields` in the ticket form.
    2828{{{
    2929[simpleticket]
    30 hide = milestone, owner, component
     30fields = milestone, owner, component
     31show_only = True
    3132}}}
    32 
    3333
    3434Then give some users the {{{TICKET_CREATE_SIMPLE}}} permission (but not {{{TICKET_CREATE}}}).