details:   /erp/devel/pi/rev/f3be3266eed1
changeset: 12067:f3be3266eed1
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Mon May 09 16:41:58 2011 +0200
summary:   fixed bug 17061: Refresh to display possible new records

diffstat:

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

diffs (13 lines):

diff -r 6d74d22c34a0 -r f3be3266eed1 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
      Mon May 09 16:16:30 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
      Mon May 09 16:41:58 2011 +0200
@@ -97,6 +97,9 @@
         // Refresh current view, taking the message set in the process' 
context view
         currentView.getTabMessage(contextView.tabId);
         currentView.toolBar.refreshCustomButtons();
+        
+        // Refresh in order to show possible new records
+        currentView.refresh();
       });
 
     OB.ActionButton.executingProcess = null;

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to