Rework complet du système de ticket § focntinnnement partiel
This commit is contained in:
parent
93e2f9bb44
commit
dfec6b2418
75 changed files with 6424 additions and 1893 deletions
20
commandes/ticket/FIX_PLAN.md
Normal file
20
commandes/ticket/FIX_PLAN.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Fix Plan: Missing _config_roles_callback method
|
||||
|
||||
## Problem
|
||||
The `TicketSetupView` class has a button that references `_config_roles_callback`, but this method doesn't exist. This causes an `AttributeError` when the `/ticketconfig` command is used.
|
||||
|
||||
## Solution
|
||||
1. Add `_config_roles_callback` method to `TicketSetupView` class
|
||||
2. Create `ConfigRolesSetupView` class to handle config roles selection
|
||||
|
||||
## Files to modify
|
||||
- `commandes/ticket/__init__.py`
|
||||
|
||||
## Changes
|
||||
1. Add `_config_roles_callback` method in `TicketSetupView` (after `_categories_callback`)
|
||||
2. Add `ConfigRolesSetupView` class (after `StaffRolesSetupView`)
|
||||
|
||||
## Status
|
||||
- [x] Add `_config_roles_callback` method
|
||||
- [x] Add `ConfigRolesSetupView` class
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue