Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#13268 closed defect (worksforme)

Comment on implementation — at Version 1

Reported by: Ryan J Ollos Owned by: Cauly
Priority: normal Component: TracUserSelectFieldPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

I looked through the source for the plugin and did some testing, just generally curious of what features Trac is lacking that make the plugin necessary. I do this for lots of plugins, so this isn't meant to be critical of the implementation.

Looks like it could be implemented with the following features:

Just using AdvancedTicketWorkflowPlugin eliminates about half the plugin code: t13268.diff.

[ticket]
workflow = ConfigurableTicketWorkflow, TicketWorkflowOpOwnerField

[ticket-workflow]
reassign2 = new,assigned,accepted,reopened -> assigned
reassign2.operations = set_owner_to_field
reassign2.set_owner_to_field = project_usera

Change History (2)

Changed 7 years ago by Ryan J Ollos

Attachment: t13268.diff added

comment:1 Changed 7 years ago by Ryan J Ollos

Description: modified (diff)
Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.