Changes between Version 3 and Version 4 of DynamicVariablesPlugin


Ignore:
Timestamp:
Jan 2, 2011, 4:49:27 AM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicVariablesPlugin

    v3 v4  
    77This plugin applies to all [http://trac.edgewall.org/wiki/TracReports#AdvancedReports:DynamicVariables reports that use dynamic variables].  The plugin does two things for dynamic variables whose (uppercase) name exactly matches a built-in or custom (lowercase) ''select'' field name:
    88
    9  * Dynamic variables are set to a default value if unset
    10  * The text field for dynamic variables is converted to a pulldown menu
     9 * Dynamic variables are set to default values if unset
     10 * The text fields for dynamic variables are converted to pulldown menus
    1111
    1212!JavaScript is required for the second feature above.