Hi See the order option: http://trac.edgewall.org/wiki/TracTicketsCustomFields
Cheers / Erik On Nov 14, 2007 12:42 AM, Jed <[EMAIL PROTECTED]> wrote: > > 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 [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 -~----------~----~----~----~------~----~------~--~---
