details:   https://code.openbravo.com/erp/devel/pi/rev/cfacf0c6c729
changeset: 16047:cfacf0c6c729
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed Apr 11 12:35:16 2012 +0200
summary:   Related to 19486: reverted changeset

diffstat:

 src/org/openbravo/erpCommon/security/Login.html    |  2 +-
 src/org/openbravo/erpCommon/security/Login_F1.html |  2 +-
 web/js/utils.js                                    |  3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 8c91b7816a6b -r cfacf0c6c729 
src/org/openbravo/erpCommon/security/Login.html
--- a/src/org/openbravo/erpCommon/security/Login.html   Wed Apr 11 12:32:24 
2012 +0200
+++ b/src/org/openbravo/erpCommon/security/Login.html   Wed Apr 11 12:35:16 
2012 +0200
@@ -391,7 +391,7 @@
     }
     catch (e) { }
 
-    if ((!revisionControl('16046')) || (isOpsInstance() != 
isOpsInstanceCached())) {
+    if ((!revisionControl('15747')) || (isOpsInstance() != 
isOpsInstanceCached())) {
       maskLoginWindow(cacheMsg);
       setLoginMessage('Warning', '', cacheMsg);
     }
diff -r 8c91b7816a6b -r cfacf0c6c729 
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html        Wed Apr 11 
12:32:24 2012 +0200
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html        Wed Apr 11 
12:35:16 2012 +0200
@@ -126,7 +126,7 @@
       clearForm();
     } catch (e) {}
     setWindowElementFocus('firstElement');
-    if ((!revisionControl('16046')) || (isOpsInstance() != 
isOpsInstanceCached())) {
+    if ((!revisionControl('15747')) || (isOpsInstance() != 
isOpsInstanceCached())) {
       alert(cacheMsg);
     }
 
diff -r 8c91b7816a6b -r cfacf0c6c729 web/js/utils.js
--- a/web/js/utils.js   Wed Apr 11 12:32:24 2012 +0200
+++ b/web/js/utils.js   Wed Apr 11 12:35:16 2012 +0200
@@ -95,7 +95,7 @@
 * Return a number that would be checked at the Login screen to know if the 
file is cached with the correct version
 */
 function getCurrentRevision() {
-  var number = '16046';
+  var number = '15747';
   return number;
 }
 
@@ -5438,7 +5438,6 @@
 
 function closePage(okEvent) {
   if (isWindowInMDIPopup) {
-    // Timeout is set in order to fix issue 
https://issues.openbravo.com/view.php?id=20234
     setTimeout(function() { 
getFrame('LayoutMDI').OB.Layout.ClassicOBCompatibility.Popup.close(MDIPopupId, 
!okEvent); }, 10);
   } else if (isWindowInMDITab) {
   } else {

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to