Modify ↓
Opened 13 years ago
Closed 13 years ago
#9494 closed defect (fixed)
Operations from other plugins are not recognized/added
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWorkflowAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
I have just installed AdvancedTicketWorkflowPlugin at my site, which adds a number of useful operations that the TracWorkflowAdminPlugin apparently does not detect.
- The operations from AdvancedTicketWorkflowPlugin are not shown/selectable in the GUI
- When I edit
trac.ini
typing the new operation (e.g.,set_owner_to_reporter
), the plugin stops rendering the graph complainingLine 7: Unknown operator.
It seems like the list of know operations is hard-coded into the plugin and are not retrieved from the framework.
My current work-around is to
- manually add all new operations to web_ui.py
- commenting out the test complaining about 'unknown operations'
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Now, using
[workflow-admin] operations
settings can customize operations list. You can use it.Thanks.