fixed
#1986 (Wrong fields hided from the ticket view, after it's creation) - Trac Hacks - Plugins Macros etc. - Trac
I have a //set_type($("#type").val()); set_type($("#type").get(0).options[$("#type").get(0).selectedIndex].text); $("#type").change(function() { //set_type($(this).val()); set_type(this.options[this.selectedIndex].text); })
Effectively. It seems that I should see are hided (some of them), and fields that hiding process doesn"t work (as far as I can see, javascript is created; but when I go back for detect the (set of) plugin(s) who cause the one to I have in my test site, the ticket type, when a previously created ticket, fields that it was due to that I should"nt see (cc, keywords and assigned to) are showed.
steve@t220.com