
jedfonner at gmail
Nov 14, 2007, 6:57 AM
Post #3 of 3
(147 views)
Permalink
|
|
Re: Noob question: arranging custom fields on new ticket interface
[In reply to]
|
|
Doh! Thanks, I didn't even see that since it wasn't in the Sample Config examples. Thanks for the help. On Nov 14, 3:06 am, "Erik Andersson" <kir...@gmail.com> wrote: > Hi > > See the order option:http://trac.edgewall.org/wiki/TracTicketsCustomFields > > Cheers / Erik > > On Nov 14, 2007 12:42 AM, Jed <jedfon...@gmail.com> 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 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 -~----------~----~----~----~------~----~------~--~---
|