Modify ↓
Opened 7 years ago
Closed 7 years ago
#12823 closed defect (fixed)
Workflow hint added for <none> -> * transition
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.2 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | workflow |
Cc: | Branch: | ||
Release Notes: |
Workflow hint is not added in transition to |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Prior to r13452 a workflow hint was not added for the AdvancedTicketWorkflowPlugin's triage
operation:
create = <none> -> * create.operations = triage create.triage_field = type create.triage_split = defect -> new_defect, task -> new_task, enhancement -> new_enhancement
I guess that TicketWorkflowOpTriage
was using the transition to *
as a trick to avoid adding the hint The status will be '*'
. Following the change the hint is added, which results in the illogical:
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | Screen Shot 2017-05-25 at 23.32.40.png added |
---|
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Component: | general → ticket system |
---|---|
Keywords: | workflow added |
Milestone: | 1.2.3 → 1.2.2 |
Release Notes: | modified (diff) |
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Proposed fix in [a90b6a115/rjollos.git]. I'll add a test before committing.