details:   https://code.openbravo.com/erp/devel/pi/rev/824d700983d1
changeset: 21378:824d700983d1
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Thu Oct 24 10:33:39 2013 +0200
summary:   Related to issue 24995: Enables tab key while creating a record in 
the grid

diffstat:

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

diffs (12 lines):

diff -r decd52611c97 -r 824d700983d1 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
     Thu Oct 24 13:40:04 2013 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
     Thu Oct 24 10:33:39 2013 +0200
@@ -2956,7 +2956,7 @@
       return;
     }
 
-    if (this.getEditForm().isNew && editCompletionEvent === 'tab' && 
!ficCallDone) {
+    if (newRow && this.getEditForm().isNew && editCompletionEvent === 'tab' && 
!ficCallDone) {
       this.setEditValue(rowNum, 'actionAfterFicReturn', {
         target: this,
         method: this.cellEditEnd,

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to