Changes between Initial Version and Version 2 of Ticket #7642


Ignore:
Timestamp:
Nov 29, 2010, 8:43:06 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

The error you see here is common when trying to use a 0.11 plugin under 0.12 due to a change in the Trac API. This may be fixed on the 0.12 branch already ... will test shortly.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7642

    • Property Owner changed from Jeff Hammel to Ryan J Ollos
    • Property Status changed from new to assigned
    • Property Severity changed from normal to critical
  • Ticket #7642 – Description

    initial v2  
    33When trying to add a filter to the hours query form, an exception is thrown:
    44
     5{{{
    56AttributeError: 'list' object has no attribute 'setdefault'
    67
     
    1617File "/usr/local/lib/python2.6/dist-packages/TracHoursPlugin-0.5.2-py2.6.egg/trachours/hours.py", line 615, in display_html
    1718  constraint = constraints.setdefault(field, {})
    18 
     19}}}