Changes between Version 16 and Version 17 of DynamicFieldsPlugin


Ignore:
Timestamp:
Jan 3, 2011, 10:51:35 PM (13 years ago)
Author:
Rob Guttman
Comment:

added link_to_show documentation

Legend:

Unmodified
Added
Removed
Modified
  • DynamicFieldsPlugin

    v16 v17  
    8080}}}
    8181
    82 Fields that are always hidden will also be hidden on the custom query ({{{/query}}}) page.  The {{{clear_on_hide}}} option above specifies that the field's value should not be cleared when hidden (clearing is the default behavior).
     82Fields that are always hidden will also be hidden on the custom query ({{{/query}}}) page.  The {{{clear_on_hide}}} option above specifies that the field's value should not be cleared when hidden (clearing is the default behavior).  Sometimes you want to allow users to get access to hidden fields.  You can enable specific fields to be shown in ticket views when a user clicks a "Show hidden fields" link:
     83{{{
     84[ticket-custom]
     85mostlyhidden.show_when_type = enhancement
     86mostlyhidden.link_to_show = true
     87}}}
     88
     89The default is that hidden fields are ''not'' enabled to be shown (i.e., {{{link_to_show}}} defaults to {{{false}}}).  The "Show hidden fields" link is only shown when there are hidden fields and at least one of them is enabled to be shown.
    8390
    8491