commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9794 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r9794 - trunk/gnue-forms/src/GFObjects
Date: Thu, 8 Nov 2007 03:12:20 -0600 (CST)

Author: reinhard
Date: 2007-11-08 03:12:20 -0600 (Thu, 08 Nov 2007)
New Revision: 9794

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Added new FIXME comment.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2007-11-07 08:31:52 UTC (rev 
9793)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2007-11-08 09:12:20 UTC (rev 
9794)
@@ -340,7 +340,10 @@
     def __ds_resultset_activated(self, event):
 
         # Don't let the user interface follow while we iterating through the
-        # detail resultsets for the commit triggers
+        # detail resultsets for the commit triggers.
+        # FIXME: This also means that detail blocks don't contain the correct
+        # result set at PRE-INSERT/PRE-UPDATE/PRE-DELETE trigger execution of
+        # the master block.
         if self.mode == 'commit':
             return
 





reply via email to

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