Modify

Opened 13 years ago

Closed 7 years ago

#8104 closed defect (wontfix)

Slight modification to patch

Reported by: Shawn O'Hail Owned by: Xavier Pechoultres
Priority: low Component: TicketOwnerGroupPatch
Severity: minor Keywords:
Cc: Trac Release: 0.12

Description

if you replace the line

possible_owners = cursor.fetchall()

with

possible_owners = [u[0] for u in cursor.fetchall()]

The pull-down menu will populate with user's full names when this patch is applied. Between the two patches I finally have sensible names in the Owner pull down so thank you!

Attachments (0)

Change History (1)

comment:1 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Trac has equivalent functionality in 1.2 and later, see the <actionname>.set_owner attribute (TracWorkflow#BasicTicketWorkflowCustomization).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Xavier Pechoultres.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.