On Fri, Oct 3, 2008 at 15:24, W. Craig Trader <[EMAIL PROTECTED]>wrote:
> I have a customer who is using Trac, but wants some changes to the > appearance of tickets, as follows: > > > 1. When a ticket displays, when displaying the component, instead of > 'Component' they would like to see 'Project'. > 2. When a ticket displays, instead of displaying the ticket severity, > they would like to see the ticket status displayed. > > They also want a custom field that displays dates, but that can be fixed by > adding the DateField plugin <http://trac-hacks.org/wiki/DateFieldPlugin>. > > I know that custom fields can be given custom names -- how do I override > the display name for a standard field? > Apparently the correct answer was to write a plugin that implements IRequestFilter and changes the labels for these fields, and/or alters the 'skip' property for each field. There ought to be an easier way... - Craig - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
