Never mind. I was modifying the wrong trac.ini file, I'm a dummy ;) On Sun, 2009-11-29 at 14:37 +0100, Kiffin Gish wrote: > Hi there. > > I have five custom ticket fields defined, and they work just fine. > > However, when I add a 6th select field, it does not appear on the new > ticket form for some reason. > > Here's what I added to the trac.ini file: > > [ticket-custom] > customer = select > customer.label = Customer > customer.options = |customer1|customer2|Generic| > customer.value = Generic > customer.order = 1 > > estimate = text > estimate.label = Estimated work (hrs) > estimate.order = 2 > > rank = select > rank.label = Rank > rank.options = 1|2|3|4|5|6|7|8|9|10 > rank.value = 5 > rank.order = 3 > > actual = text > actual.label = Actual work (hrs) > actual.order = 4 > > approved = checkbox > approved.label = Approved > approved.value = 0 > approved.order = 5 > > phase = select > phase.label = Phase > phase.options = Specification|Implementation|Test|Documentation > phase.value = Specification > phase.order = 6 > > Any reason why the last phase = select field is not appearing? > > Thanks alot in advance, > Kiffin >
-- Kiffin Gish <[email protected]> Gouda, The Netherlands -- 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.
