details:   /erp/stable/2.50/rev/719288469b1c
changeset: 9331:719288469b1c
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Tue Mar 22 11:50:02 2011 +0100
summary:   Fixes issue 16414: Cleans failedAutosave flag on page refresh

diffstat:

 src-wad/src/org/openbravo/wad/javasource.javaxml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 5875ad06ca5c -r 719288469b1c 
src-wad/src/org/openbravo/wad/javasource.javaxml
--- a/src-wad/src/org/openbravo/wad/javasource.javaxml  Fri Apr 01 17:19:27 
2011 +0200
+++ b/src-wad/src/org/openbravo/wad/javasource.javaxml  Tue Mar 22 11:50:02 
2011 +0100
@@ -1148,6 +1148,7 @@
     }
 
     if (strCommand.equalsIgnoreCase("NEW")) {
+      vars.removeSessionValue(tabId + "|failedAutosave");
       vars.removeSessionValue(strMappingName + "|hash");
     }
 

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to