#7211 closed enhancement (fixed)
Update workflow_parser.py to show closed resolution states
Reported by: | Owned by: | Eli Carter | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | workflow graphviz |
Cc: | scottb@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The workflow_parser.py code in contrib is a utility to import a Trac workflow and convert it to a pretty picture using GraphViz. Currently all transitions to a closed state look alike. It would be nice if the resolution states were displayed for these Closed state transitions so you could better tell what's going on.
Attachments (1)
Change History (5)
comment:1 by , 17 years ago
Component: | general → ticket system |
---|---|
Owner: | changed from | to
by , 17 years ago
Attachment: | workflow_parser.py.patch added |
---|
comment:2 by , 17 years ago
I attached a patch for workflow_parser.py to add closed state resolution information to transition titles. I just realized that the patch I attached also removes a rotation in the output that's generated by graphviz. The existing code generates PNG files that are rotated 90 degrees, this fixes it so the diagrams are right-side-up. This is really an unrelated issue that accidentally got included in the patch (though I found it handy).
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch to add resolution states to diagrams