details:   /erp/devel/pi/rev/fe1228187a01
changeset: 12237:fe1228187a01
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Wed May 18 18:39:37 2011 +0200
summary:   Fixes issue 17230: Grid buttons disappear after having browsed in 
form view

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r bda29757bd8a -r fe1228187a01 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
      Wed May 18 18:33:43 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
      Wed May 18 18:39:37 2011 +0200
@@ -809,6 +809,7 @@
       // clear the form    
       this.viewForm.resetForm();
       this.isShowingForm = false;
+      this.viewGrid.markForRedraw('showing');
       this.viewGrid.show();
       if (this.isActiveView()) {
         this.viewGrid.focusInFilterEditor();

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to