#4548 closed defect (fixed)
[Patch] TypedTicketWorkflow should also override get_actions_by_operation_for_req
Reported by: | Geoff Reedy | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TypedTicketWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Trac Release: | 0.11 |
Description
Other workflow plugins use ConfigurableTicketWorkflow.get_actions_by_operation_for_req to determine if their plugin's action can be used. Since TypedTicketWorkflow doesn't override this method it cannot be used to remove these actions from display. This patch implements this method.
Attachments (1)
Change History (13)
Changed 16 years ago by
Attachment: | typedticketworkflowplugin-4548.patch added |
---|
comment:2 follow-up: 6 Changed 16 years ago by
Status: | new → assigned |
---|
Thanks for your patch. I'll apply it to next version
comment:3 Changed 15 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:4 follow-up: 5 Changed 15 years ago by
Does this work? Been trying this and the "fix" on #4547 and cant get it to work properly...
comment:5 Changed 15 years ago by
comment:6 Changed 15 years ago by
Replying to kivsiak:
Thanks for your patch. I'll apply it to next version
For when is the next version planned?
comment:7 Changed 15 years ago by
Summary: | TypedTicketWorkflow should also override get_actions_by_operation_for_req → [Patch] TypedTicketWorkflow should also override get_actions_by_operation_for_req |
---|
comment:8 Changed 11 years ago by
Hi, the patch works for me in Trac 1.0 using TypedTicketWorkflow_plugin-0.1dev_r4791-py2.7.egg
.
comment:9 Changed 11 years ago by
Owner: | changed from Vladimir Abramov to Ryan J Ollos |
---|---|
Status: | assigned → accepted |
Thanks, I'll apply the patch then.
comment:11 Changed 11 years ago by
Please report back if the latest version of typedticketworkflowplugin/trunk is working well for you, then I can remove the dev
from version 0.2dev
. Thanks!
patch against r5169