Roundup Tracker - Issues

Issue 500140

classification
AdminTool.get_class() returns nothing
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: :
Priority: normal :

Created on 2002-01-06 13:31 by anonymous, last changed 2002-01-06 13:31 by anonymous.

Messages
msg108 Author: [hidden] (anonymous) Date: 2002-01-06 13:31
AdminTool.get_class() in the current CVS head
revision executes
   cl = self.db.getclass(classname)
but then doesn't return cl. As a consequence
roundup-admin is mostly unusable.

I have replaced the line above with 
   return self.db.getclass(classname)
History
Date User Action Args
2002-01-06 13:31:41anonymouscreate