Roundup Tracker - Issues

Message2383

Author bosseb
Recipients
Date 2006-12-30.23:44:09
Message-id
In-reply-to
When using the "make a copy" link on a customized tracker (release 1.3.2) where two custom data have been added according to the customize docs, Roundup throws a template exception.

The two added data are a due_date and a timelog done according to the docs.

The error is:
exceptions.IndexError: no such timelog node 2

The exception traceback final lines are:
  File "C:\Programs\Python\lib\site-packages\roundup\cgi\templating.py", line 809, in __getitem__
    value = self._klass.get(self._nodeid, items[0], None)
  File "C:\Programs\Python\lib\site-packages\roundup\backends\rdbms_common.py", line 1460, in get
    d = self.db.getnode(self.classname, nodeid)
  File "C:\Programs\Python\lib\site-packages\roundup\backends\rdbms_common.py", line 950, in getnode
    raise IndexError, 'no such %s node %s'%(classname, nodeid)
IndexError: no such timelog node  2

Apparently something happens behind the link that is not handled by the customization, and it has to do with the timelog data.
History
Date User Action Args
2009-02-03 14:22:00adminlinkissue1625119 messages
2009-02-03 14:22:00admincreate