Author: reinhard
Date: 2008-05-06 12:00:40 -0500 (Tue, 06 May 2008)
New Revision: 9874
Modified:
trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Don't ignore aborts on PRE-COMMIT triggers.
Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py 2008-05-05 13:20:27 UTC (rev 9873)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py 2008-05-06 17:00:40 UTC (rev 9874)
@@ -423,9 +423,9 @@
# -------------------------------------------------------------------------
def __fire_record_trigger(self, trigger):
- self.processTrigger(trigger)
+ self.processTrigger(trigger, ignoreAbort=False)
for field in self._fieldMap.itervalues():
- field.processTrigger(trigger)
+ field.processTrigger(trigger, ignoreAbort=False)
# -------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.