I opened a ticket (1) for this to see what the developers have to say. (1) http://trac.edgewall.org/ticket/8484
On Jul 15, 1:06 pm, RJOllos <[email protected]> wrote: > It looks like I can rename the 'Assign to' field by changing line 1093 > (Trac 0.11.4) in /trac/ticket/web_ui.py [1]. > > 1092: if not ticket.exists: > 1093: field['label'] = 'Assign to' > 1094: if 'TICKET_MODIFY' in req.perm(ticket.resource): > > Is this the 'proper' way to modify the field, or is there a better > way? > > Looking at the BlackMagicTicketTweaksPlugin [2] hints at a better way, > but it seems like it should be unnecessary to install a plug-in for > such a simple change. The downside I see is the need to preserve this > change through Trac upgrades. > > [1]http://trac.edgewall.org/browser/tags/trac-0.11.4/trac/ticket/web_ui.py > [2]http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin > > - Ryan > > On Jul 13, 1:19 pm, RJOllos <[email protected]> wrote: > > > Hello, > > > I was very confused that my tickets where not changing to the Status: > > assigned when I set the 'Assign to' field during ticket creation. I > > went off searching and found a nice explanation [1]. > > > I thought I would pose the following question for comment before I > > went off and created a ticket: > > > When a user is selected from the 'Assign to' field during ticket > > creation, the Owner of the ticket is changed, however the Status is > > not changed. Therefore, shouldn't this field be named 'Set Owner' or > > 'Owner:'? It is only setting the owner; it is not assigning the > > ticket. Renaming this field might reduce some of the confusion that I > > and others have experienced. > > > Is there a way I could rename the field for my trac instance? > > > [1]http://groups.google.com/group/trac-users/browse_thread/thread/fe7770... > > > - Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
