commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8503 - trunk/gnue-forms/src


From: btami
Subject: [gnue] r8503 - trunk/gnue-forms/src
Date: Wed, 21 Jun 2006 03:36:06 -0500 (CDT)

Author: btami
Date: 2006-06-21 03:36:05 -0500 (Wed, 21 Jun 2006)
New Revision: 8503

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
adding boolean typecast back to fields

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2006-06-21 08:26:29 UTC (rev 8502)
+++ trunk/gnue-forms/src/GFParser.py    2006-06-21 08:36:05 UTC (rev 8503)
@@ -404,6 +404,7 @@
                'Typecast': GTypecast.name,
                'Label': _('Data Type'),
                'ValueSet': {
+                  'boolean': {'Label': _('Boolean')},
                   'text': {'Label': _('Text')},
                   'number': {'Label': _('Numeric')},
                   'date': {'Label': _('Date/Time')} },





reply via email to

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