Roger Oberholtzer wrote: > I have just installed Trac 0.12multirepos. All is ok. I am curious about > two things: > > 1) Is it possible to render ticket custom fields? I have some that are > defined as: > > tc_ten = textarea > tc_ten.cols = 80 > tc_ten.label = Release Notes > tc_ten.rows = 20 > > I would like the text to be able to contain all the wiki formatting > that,say, the ticket description can contain. Is this possible? My > memory says that there is a qualifier to add to the definition. But I > did not see anything in TracTicketsCustomFields. >
Look again :-) http://trac.edgewall.org/wiki/TracTicketsCustomFields#AvailableFieldTypesandOptions - textarea - format > 2) In the ticket display (e.g., trac/ticket/33), the .label values are > used. So in my example above, I see "Release Notes". > > When I do a query with a Filter, "Release Notes" is used in the > drop-down menu and the place where you enter the search text for the > filter. However, in the labels used in the table of results, tc_ten is > used. This is also the case in e-mail messages sent. > That needs to be fixed - I think there's already a ticket for that. ... yes #3919, which even has a patch awaiting testing, so there you go ;-) -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
