details:   https://code.openbravo.com/erp/devel/pi/rev/0d57027237fd
changeset: 17618:0d57027237fd
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Tue Aug 07 13:49:39 2012 +0530
summary:   Fixes issue 20713 : Clicking several times the Apply button causes 
an error

If the Apply button was pressed several times when changing the role, an error 
occurred and the user was redirected to the login page. This has been fixed by 
hiding the popup after the user clicks the Apply button

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 640a080e577a -r 0d57027237fd 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 Mon Aug 06 17:39:14 2012 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 Tue Aug 07 13:49:39 2012 +0530
@@ -371,6 +371,7 @@
     buttonLayout.addMembers(isc.OBFormButton.create({
       title: OB.I18N.getLabel('OBUIAPP_Apply'),
       click: function () {
+        isc.OBQuickRun.hide();
         roleForm.doSave();
       }
     }));

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to