details:   https://code.openbravo.com/erp/devel/pi/rev/e3a5ae024381
changeset: 17968:e3a5ae024381
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Mon Sep 17 18:10:35 2012 +0200
summary:   Fixes issue 21645: Validation is executed on change event in P&E 
windows

Before this commit, the validation was executed when a different row was 
selected. Now it is executed when the focus leaves the field.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
 |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 7c3050fc5c15 -r e3a5ae024381 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
      Mon Sep 17 16:39:03 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
      Mon Sep 17 18:10:35 2012 +0200
@@ -48,6 +48,8 @@
     width: 32
   },
 
+  //The Cell should be validated each time the focus is changed.
+  validateByCell: true,
   // default selection
   selectionProperty: 'obSelected',
 

------------------------------------------------------------------------------
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