Changes between Initial Version and Version 1 of Ticket #5377


Ignore:
Timestamp:
Jun 14, 2009, 1:54:14 AM (15 years ago)
Author:
Steffen Pingel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5377 – Description

    initial v1  
    11I get an exception if I call the deprecated getAvailabaleActions() method in trunk:
    22
     3{{{
    342009-06-13 18:51:46,566 Trac[ticket] WARNING: Rpc ticket.getAvailableActions is deprecated
    452009-06-13 18:51:46,568 Trac[default_workflow] DEBUG: render_ticket_action_control: action "leave"
     
    1415    return [action for action, inputs in self.getActions(req, id)]
    1516ValueError: too many values to unpack
    16 
     17}}}