commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r9255 - trunk/gnue-forms/src
Date: Wed, 10 Jan 2007 08:40:56 -0600 (CST)

Author: reinhard
Date: 2007-01-10 08:40:56 -0600 (Wed, 10 Jan 2007)
New Revision: 9255

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
Allow actions within dialogs.


Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2007-01-10 14:30:54 UTC (rev 9254)
+++ trunk/gnue-forms/src/GFParser.py    2007-01-10 14:40:56 UTC (rev 9255)
@@ -1302,7 +1302,7 @@
     # Add usercode elements
     xmlElements.update(usercode.get_xml_elements(
         updates = {
-            'action': {'ParentTags': ('form')}
+            'action': {'ParentTags': ('form', 'dialog')}
                 }))
 
     #





reply via email to

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