Changes between Initial Version and Version 1 of Ticket #11418, comment 3
- Timestamp:
- Aug 3, 2014, 12:31:40 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11418, comment 3
initial v1 1 1 The `*args, **kwargs` in the initializer signature [browser:/trunk/trac/ticket/default_workflow.py@13056:119#L101] seems to be an artifact of earlier implementation in which `Component.__init__` was executed in the constructor: [5441]. I propose to remove the arguments on the trunk. 2 3 The only case I see on trac-hacks.org in which `ConfigurableTicketWorkflow` is instantiated in a plugin is th:AdvancedTicketWorkflowPlugin - th:browser:/advancedticketworkflowplugin/0.12/advancedworkflow/controller.py@9962:35#L22. The proposed change would not affect th:AdvancedWorkflowPlugin.