Modify ↓
Opened 17 years ago
Last modified 6 years ago
#4934 new defect
StatusFixer encounters errors when TicketValidator is enabled
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | TicketValidatorPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description (last modified by )
StatusFixer can not find the force_status action among the valid actions, though without TicketValidator enabled the action is present.
I am a rank beginner at Python, but I believe this may be caused by the redefinition of 'actions' at line 81 of ticketvalidator/core.py within function _get_action_controllers().
Traceback attached.
Attachments (1)
Change History (5)
Changed 17 years ago by
| Attachment: | TicketValidator_2008_04_18.txt added |
|---|
comment:2 Changed 16 years ago by
It's definitely possible this is related to that. Unfortunately I'm no longer using/developing for Trac and aren't setup to check this out and look at it anymore!
comment:3 Changed 8 years ago by
| Owner: | Max Stewart deleted |
|---|
comment:4 Changed 6 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | actions force_status StatusFixer removed |
Note: See
TracTickets for help on using
tickets.



traceback of error encountered in the issue.