commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6816 - trunk/gnue-forms


From: jamest
Subject: r6816 - trunk/gnue-forms
Date: Tue, 21 Dec 2004 09:06:13 -0600 (CST)

Author: jamest
Date: 2004-12-21 09:06:12 -0600 (Tue, 21 Dec 2004)
New Revision: 6816

Modified:
   trunk/gnue-forms/BUGS
Log:
added bug


Modified: trunk/gnue-forms/BUGS
===================================================================
--- trunk/gnue-forms/BUGS       2004-12-21 12:10:01 UTC (rev 6815)
+++ trunk/gnue-forms/BUGS       2004-12-21 15:06:12 UTC (rev 6816)
@@ -25,6 +25,10 @@
 fields with a fk_source use record #-1 to indicate a NULL selection;
 consequently, the fk_source of a field cannot be used by a block.
 
+getParameter and setParameter in the trigger namespace do a string.lower()
+on the parameter name.  However the dict passed into a activateDialog is 
+case sensitive.  Removing the string.lower() calls make forms very slow.
+
 Dropdown problems:
 * if the list of allowed values for a dropdown contains an empty item (Python
   None value), the text "None" is displayed in the dropdown





reply via email to

[Prev in Thread] Current Thread [Next in Thread]