Changes between Initial Version and Version 4 of Ticket #4934


Ignore:
Timestamp:
Sep 23, 2019, 5:15:08 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4934

    • Property Owner Max Stewart deleted
    • Property Keywords actions force_status StatusFixer removed
  • Ticket #4934 – Description

    initial v4  
    1 StatusFixer can not find the 'force_status' action among the valid actions, though without TicketValidator enabled the action is present.
     1StatusFixer can not find the `force_status` action among the valid actions, though without TicketValidator enabled the action is present.
    22
    3 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()
     3I 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()`.
    44
    5 traceback attached.
     5Traceback attached.