Changes between Version 17 and Version 18 of TracTicketChainedFieldsPlugin


Ignore:
Timestamp:
Mar 15, 2014, 9:06:45 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChainedFieldsPlugin

    v17 v18  
    3636  * python setup.py bdist_egg
    3737  * copy the generated egg file to the trac instance's plugin directory
    38   {{{
     38  {{{#!sh
    3939cp dist/*.egg /srv/trac/env/plugins
    4040}}}
    4141
    4242 5. Config trac.ini:
    43   {{{
     43  {{{#!ini
    4444[components]
    4545tcf.* = enabled
     
    6363For example, there are 3 fields: brand, phone, OS. When brand changes, phone field will change it's options to show only phone belongs to that brand. When phone changes, OS field will change too.
    6464 1. Add 3 custom fields in trac.ini
    65 {{{
     65 {{{#!ini
    6666[ticket-custom]
    6767tcf_brand = text