Modify

Opened 15 years ago

Last modified 15 years ago

#5628 new defect

"accepted" state is always added unexpectedly to some actions

Reported by: rpeng@… Owned by: Takanori Suzuki
Priority: normal Component: WorkflowEditorPlugin
Severity: major Keywords:
Cc: Peter Trac Release: 0.11

Description

The version is WorkflowEditorPlugin 1.0.1-r5329

Following is a part of my customized flow:

finish = implementing,clarifying,requirement_owner_review,requirement_accepted -> closed
finish.name = finish
finish.default = 8
finish.operations = set_resolution
finish.permissions = TICKET_MODIFY

After I "Apply changes". This part is changed to:

finish = accepted,implementing,clarifying,requirement_owner_review,requirement_accepted -> closed
finish.name = finish
finish.default = 8
finish.operations = set_resolution
finish.permissions = TICKET_MODIFY

It adds the "accepted" status uexpectedly

Attachments (0)

Change History (3)

comment:1 Changed 15 years ago by Takanori Suzuki

Which mode of grid and text did you use when you applied chenges. If you use the text mode, will you try to use grid mode?

comment:2 in reply to:  1 Changed 15 years ago by rpeng@…

Replying to takanorig:

Which mode of grid and text did you use when you applied chenges. If you use the text mode, will you try to use grid mode?

I used both of grid and text mode, and found the same problem. Actually, I used grid mode first and found this problem and try to workaround it by using text mode. But the problem still exists in text mode.

comment:3 Changed 15 years ago by Peter

Cc: Peter added; anonymous removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Takanori Suzuki.

Add Comment


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

 
Note: See TracTickets for help on using tickets.