Roundup Tracker - Issues

Message711

Author rouilj
Recipients
Date 2003-03-09.20:40:08
Message-id
In-reply-to
View an issue. Logout of roundup. Use browser's back
button to get back to an editable interface. Change the
status. You will get a traceback.

End of traceback is:
/usr/lib/python2.2/site-packages/roundup/cgi/client.py in 
_changenode
(self=<_roundup_tracker_2.interfaces.Client instance>, 
cn='issue', nodeid='3', props={'priority': '3'})
 1157         # check for permission
 1158         if not self.editItemPermission(props):
 1159             raise PermissionError, 'You do not have 
permission to edit %s'%cn
      global PermissionError = undefined, cn = 'issue'
 1160 
 1161         # make the changes

Full error is attached.
History
Date User Action Args
2009-02-03 14:20:17adminlinkissue700483 messages
2009-02-03 14:20:17admincreate