Changes between Version 3 and Version 4 of TicketValidatorPlugin


Ignore:
Timestamp:
May 12, 2008, 9:53:26 PM (16 years ago)
Author:
Max Stewart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketValidatorPlugin

    v3 v4  
    1818== Example ==
    1919
    20 Say you require the 'actual' field to be filled out once the ticket has been completed and the 'estimate' field once the ticket has been accpeted.  You can configure this through the admin page or edit the trac.ini file.  The section in trac.ini would look something like this
     20Say you require the 'actual' field to be filled out once the ticket has been completed and the 'estimate' field once the ticket has been accepted.  You can configure this through the admin page or edit the trac.ini file.  The section in trac.ini would look something like this
    2121{{{
    2222[ticketvalidation]
    23 actual.required = done
    24 estimate.required = accepted,done
     23done.required = actual,estimate
     24accepted.required = estimate
    2525}}}
    2626