
jedfonner at gmail
Nov 13, 2007, 3:42 PM
Views: 161
Permalink
|
|
Noob question: arranging custom fields on new ticket interface
|
|
I've added some fields to my trac.ini under [ticket-custom]. Unfortunately, they don't seem to show up on the New Ticket interface in the order I added them (even accounting for left column/right column distribution). Does anyone know an easy way to determine where a custom field will show up on the interface? Or do I have to delve into the CSS and/or ClearSilver? I'm running Trac 0.10.4. Below I've listed my custom fields. Thanks in advance, Jed [ticket-custom] discuss_before_fixing = checkbox discuss_before_fixing.label = Discuss with EM before fixing discuss_before_fixing.value = 0 support_case= text support_case.label = Support Case # support_case.value = code_reviewed = checkbox code_reviewed.label = Code has been reviewed code_reviewed.value = 0 is_verified = checkbox is_verified.label = Fix verified by QA? is_verified.value = 0 steps_to_reproduce = textarea steps_to_reproduce.label = Steps to reproduce steps_to_reproduce.value = steps_to_reproduce.cols = 70 steps_to_reproduce.rows =15 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|