We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc0692 commit e1672f1Copy full SHA for e1672f1
roundup/cgi/templating.py
@@ -347,7 +347,7 @@ def designator(self):
347
''' Return this class' designator (classname) '''
348
return self._classname
349
350
- def getItem(self, itemid, num_re=re.compile('\d+')):
+ def getItem(self, itemid, num_re=re.compile('-?\d+')):
351
''' Get an item of this class by its item id.
352
'''
353
# make sure we're looking at an itemid
0 commit comments