details:   /erp/devel/pi/rev/bda29757bd8a
changeset: 12236:bda29757bd8a
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Wed May 18 18:33:43 2011 +0200
summary:   Fixes issue 17248: When multiple parents are selected, the child 
grid should not show lines

diffstat:

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

diffs (11 lines):

diff -r d7fafabe9005 -r bda29757bd8a 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
  Wed May 18 17:19:41 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
  Wed May 18 18:33:43 2011 +0200
@@ -1257,6 +1257,7 @@
     } else if (isc.EventHandler.shiftKeyDown()) {
       this.singleRecordSelection = false;
       this.selection.selectOnMouseDown(this, recordNum, fieldNum);
+      this.selectionUpdated(this.getSelectedRecord(), this.getSelection());
     } else {
       // click on the record which was already selected
       this.doSelectSingleRecord(record);

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