Changeset 3722

Show
Ignore:
Timestamp:
05/27/08 09:43:35 (6 months ago)
Author:
gotoh
Message:

Pass 'req' object in case of 'summary' option.
Fix #3082. (thanks to nicholas).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ticketboxmacro/0.11/TicketBox.py

    r3423 r3722  
    135135    if show_summary: 
    136136        html = string.join([wiki_to_oneliner("%s (#%d)" % (v,k), 
    137                                              env, env.get_db_cnx()) for k,v in long_items.iteritems()], "<br>") 
     137                                             env, 
     138                                             env.get_db_cnx() 
     139                                             req=formatter.req) for k,v in long_items.iteritems()], "<br>") 
    138140    else: 
    139141        html = wiki_to_oneliner(string.join(["#%d" % c for c in items], ", "),