Changes between Initial Version and Version 1 of Ticket #8746


Ignore:
Timestamp:
Apr 30, 2011, 6:23:03 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8746 – Description

    initial v1  
    22
    33I did get:
    4 
     4{{{
    55Error: Macro !ResourceReservationList(type=resource,period=3,title=Prüfstand) failed
    66'unicode' object has no attribute 'month'
     7}}}
    78
    89Adding some resources and setting reservations works - but only up until reloading the page.
     
    1415hum, I just found some output on the console:
    1516
     17{{{
    1618Trac[formatter] ERROR: Macro !ResourceReservationList(type=resource,period=3,title=Prüfstand) failed:
    1719Traceback (most recent call last):
     
    2729    curr_month = curr_date.month - first_month
    2830!AttributeError: 'unicode' object has no attribute 'month'
     31}}}