Opened 4 years ago
Closed 4 years ago
#13838 closed defect (fixed)
new ticket initialization problem with Trac 1.4
Reported by: | Owned by: | Cinc-th | |
---|---|---|---|
Priority: | normal | Component: | MultipleWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
When creating a new ticket with an existing workflow, the new ticket dialog is not initalized in a correct way.
I have a standard workflow
[ticket-workflow] create = <none> -> new create.label = default create.default = 1 [...]
and two specialized workflows:
[ticket-workflow-Bug] create = <none> -> new create.label = Bug create.default = 1 [...]
[ticket-workflow-Erweiterung] create = <none> -> new create.default = 1 create.label = Erweiterung [...]
When creating a new ticket, the default ticket type is Bug. But, instead of the specialized workflow, the standard workflow is loaded (Pic 1). When choosing the next item, still the standard workflow is loaded (Pic 2). Only after choosing the first entry again, the workflow is coorect (Pic 3, Pic 4)
Attachments (4)
Change History (8)
Changed 4 years ago by
comment:1 Changed 4 years ago by
Did you update the plugin to [17781] yet? (shouldn't fix your current problem I guess)
The following entry must be present in trac.ini. I use to miss that one...
[ticket] workflow = MultipleWorkflowPlugin
comment:2 Changed 4 years ago by
Yes, I'm on [17781]. Entry is in trac.ini, workflows work after initial creation of a ticket or with workaround above.
comment:3 Changed 4 years ago by
Trac Release: | → 1.4 |
---|
Pic1