Roundup Tracker - Issues

Message6863

Author rouilj
Recipients rouilj
Date 2020-01-19.20:34:46
Message-id <1579466087.06.0.943525869079.issue2551078@roundup.psfhosted.org>
In-reply-to
In the roundup tracker, superseder is a Link type (not multilink as in
classic tracker). If you put in two link id's (1169513,2550964) you get
a traceback:

File ".../roundup/cgi/templating.py", line 886, in __getitem__
if int(self._nodeid) > 0:
ValueError: invalid literal for int() with base 10: '1169513,2550964'

This should be put inside a try/catch block to give a better message
to the user.

Maybe a message like: Property superseder is a Link and only supports 
one value."
History
Date User Action Args
2020-01-19 20:34:47rouiljsetrecipients: + rouilj
2020-01-19 20:34:47rouiljsetmessageid: <1579466087.06.0.943525869079.issue2551078@roundup.psfhosted.org>
2020-01-19 20:34:46rouiljlinkissue2551078 messages
2020-01-19 20:34:46rouiljcreate