details:   https://code.openbravo.com/erp/devel/pi/rev/4e24e45b071f
changeset: 16599:4e24e45b071f
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed May 23 01:26:40 2012 +0200
summary:   Related to issue 20581: Added 'reverseRTLAlign: false' only to 
OBViewGrid

diffstat:

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

diffs (26 lines):

diff -r d26b6fb6583b -r 4e24e45b071f 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
  Wed May 23 01:10:19 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
  Wed May 23 01:26:40 2012 +0200
@@ -23,7 +23,7 @@
 // grid implementations.
 isc.OBGrid.addProperties({
 
-  reverseRTLAlign: false,
+  reverseRTLAlign: true,
   dragTrackerMode: 'none',
 
   // recycle gives better performance but also results
diff -r d26b6fb6583b -r 4e24e45b071f 
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
     Wed May 23 01:10:19 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
     Wed May 23 01:26:40 2012 +0200
@@ -40,6 +40,10 @@
 // ListGrid.
 isc.OBViewGrid.addProperties({
 
+  // ** {{{ reverseRTLAlign }}} **
+  // It should not reverse fields because the aligments are specified in the 
backend.
+  reverseRTLAlign: false,
+
   // ** {{{ view }}} **
   // The view member contains the pointer to the composite canvas which
   // handles this form

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