On Thursday, August 7, 2014 7:59:22 PM UTC-7, Jojo R wrote: > > Hi, > > my test case as following: > > [ticket-custom] > test = select > test.label = Test > test.options = 1|2|3 > test.order = 4 > test.show_when_component= test > test.value = > > the test field is invisible always :( > > the "show_when_type" is useful in the same case... > > BTW, my trac version is 1.0.1, and i test "DynamicFieldsPlugin" plugin > 0.11 and 0.12 both, no one can set "show_when_component". > > Thanks, > > - Jojo >
The configuration you've shown works for me on Trac 1.0.2dev, for both the 0.11 and 0.12 branches of DynamicFieldsPlugin. I suggest: - Try disabling all other plugins temporarily, there may be a conflict. If it works with all plugins disabled, enable them one by one to discover the plugin that DynamicFieldsPlugin conflicts with. - Look in the browser console for JavaScript errors. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
