Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#1371 closed defect (fixed)

Error on accessing timeline rss ('item' not found)

Reported by: Topia <topia@…> Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: timeline Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

trivial maybe typo fix. s/item/event/.

  • trac/Timeline.py

     
    145145
    146146            if format == 'rss':
    147147                # For RSS, author must be an email address
    148                 if item['author'].find('@') != -1:
    149                     item['author.email'] = item['author']
     148                if event['author'].find('@') != -1:
     149                    event['author.email'] = event['author']
    150150
    151151            req.hdf['timeline.items.%d' % idx] = event
    152152

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 20 years ago

Milestone: 0.9
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

comment:2 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1456].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.