Changes between Version 6 and Version 7 of TracTicketChainedFieldsPlugin


Ignore:
Timestamp:
Aug 10, 2009, 1:58:14 AM (15 years ago)
Author:
Richard Liao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChainedFieldsPlugin

    v6 v7  
    4343[components]
    4444tcf.* = enabled
     45
     46[tcf]
     47hide_empty_fields = false
    4548}}}
     49
     50"hide_empty_fields" is the option which enable "hide fields when there are no supplied options", default is false. See #5638 for more details.
    4651
    4752== Example ==
     
    7580            }
    7681        },
     82        "SE": {
     83            "tcf_phone":{
     84                "": {
     85                    "tcf_os":{
     86                        "": {}
     87                    }
     88                }
     89            }
     90        },
    7791        "Apple": {
    7892            "tcf_phone":{
     
    95109}}}
    96110
     111Please note: '''if no options for some fields, like "SE" above, you still need supply the full structure, with empty string as keys.'''
     112
    97113=== Snapshot ===
    98114[[Image(TracTicketChainedFieldsPlugin.png)]]