id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12938 Delete action of DeleteTicketActionController doesn't appear on batch modify Ryan J Ollos Ryan J Ollos "!BatchModify filters the actions to those defined in `ConfigurableTicketWorkflow`: [browser:tags/trac-1.2.2/trac/ticket/batch.py@:156-161#L143]. `ConfigurableTicketWorkflow` only returns actions defined in trac.ini. However, [browser:tags/trac-1.2.2/sample-plugins/workflow/DeleteTicket.py@:44-49#L22 DeleteTicketActionController] appends the `delete` action for all users with `TicketDelete`, for all ticket statuses. I think this is just an example of a more general defect. `BatchModifyModule` shouldn't use `ConfigurableTicketWorkflow` to filter the allowed actions." defect closed normal 1.2.3 ticket system normal fixed batch-modify Fixed some actions not available on batch modify page.