From: richard Date: Wed, 22 May 2002 05:04:13 +0000 (+0000) Subject: Oops X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f2108038a433f07849b4fdbfd17f180315e6e51c;p=roundup.git Oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@750 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 9435c08..6cc177d 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: cgi_client.py,v 1.122 2002-05-22 04:12:05 richard Exp $ +# $Id: cgi_client.py,v 1.123 2002-05-22 05:04:13 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -582,6 +582,8 @@ function help_window(helpurl, width, height) { ''' add the assignedto value from the props to the nosy list ''' # get the properties definition and make some checks + if not props.has_key('assignedto'): + return cl = self.db.classes[self.classname] propdef = cl.getprops() if not propdef.has_key('assignedto') or not propdef.has_key('nosy'): @@ -1395,6 +1397,12 @@ def parsePropsFromForm(db, cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.122 2002/05/22 04:12:05 richard +# . applied patch #558876 ] cgi client customization +# ... with significant additions and modifications ;) +# - extended handling of ML assignedto to all places it's handled +# - added more NotFound info +# # Revision 1.121 2002/05/21 06:08:10 richard # Handle migration #