You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/12/12 15:15:28 UTC

svn commit: r486154 - /lenya/trunk/src/webapp/lenya/usecases/usecases.js

Author: andreas
Date: Tue Dec 12 06:15:27 2006
New Revision: 486154

URL: http://svn.apache.org/viewvc?view=rev&rev=486154
Log:
Resetting custom loop flow when executing a usecase, otherwise the custom flow 'hangs'

Modified:
    lenya/trunk/src/webapp/lenya/usecases/usecases.js

Modified: lenya/trunk/src/webapp/lenya/usecases/usecases.js
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecases/usecases.js?view=diff&rev=486154&r1=486153&r2=486154
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/usecases.js (original)
+++ lenya/trunk/src/webapp/lenya/usecases/usecases.js Tue Dec 12 06:15:27 2006
@@ -297,6 +297,9 @@
  */
 function executeUsecase() {
 
+    customLoopFlow = undefined;  
+    customSubmitFlow = undefined;
+
     var usecaseName;
     var usecase; // the Usecase object
     var proxy; // a UsecaseProxy to make the usecase state persistent across continuations



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org