bulk operations fixes
- Frontend: implémente bulkDelete, bulkArchive, bulkRestore - Backend: adapts ticket DTOs pour bulk operations - Infrastructure: MCP server pour gestion bulk tickets - Tests: coverage frontend + backend
This commit is contained in:
@ -280,6 +280,7 @@ pub fn run() {
|
||||
tickets::ticket_delete,
|
||||
tickets::ticket_bulk_update_status,
|
||||
tickets::ticket_bulk_update_priority,
|
||||
tickets::ticket_bulk_delete,
|
||||
tickets::open_ticket_chat,
|
||||
tickets::close_ticket_chat,
|
||||
tickets::ticket_list,
|
||||
|
||||
Reference in New Issue
Block a user