-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13.09.2012 23:31, John of NOVA wrote: > Hey hasienda, > > I have been able to convince the project manager to have me > install 0.12.3 instead of 0.10.5. This is due to some functionality > that isn't available in 0.10.
Yes indeed. We're even at 1.0 these days, but leave that for now. > I installed and am trying to figure out DynamicFields > <http://trac-hacks.org/wiki/DynamicFieldsPlugin> as you advised. > But I am unable to get Keywords or Cc to become hidden. > > I have dynfields.* = enabled under [components] > > I also have keywords.hide_always = true & cc.hide_always = true > under [ticket-custom]. > > But both Keywords and Cc appear on the _ticket creation page_. How > do I get DynamicFields to work the way I want. There are examples, > but there's no simple list of rules. One example is using type and > another uses the generic alwayshidden. It's just not straight > forward enough for me to understand. Yes, maybe it's great power is it's weakness: so many possible ways to do the same thing. Here's what always worked for me: # effectively "always" hide variant cc.show_when_type = invalid_value # default is to silently clear hidden fields, so take care ... keywords.clear_on_hide = false # allow overwrites configurable from user's preferences keywords.default_value = '' (pref) keywords.show_when_type = invalid_value (pref) Better? The `hide_always` was flawed for me once, and I never challenge my luck too much, but YMMV. Sincerely, Steffen Hoffmann PS: Stay on the list, until it's absolutely required to do private business, please. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlBSWgAACgkQ31DJeiZFuHcOywCdEXI5C0yoUaSsb1rt5GApQFJk ZTQAoN5ExKp7szh+P9dMp2wz8XDkHR+f =ffYG -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
