details:   https://code.openbravo.com/erp/devel/pi/rev/8ea151046ca2
changeset: 16603:8ea151046ca2
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed May 23 14:15:03 2012 +0200
summary:   Related to issue 20581: Filter row in 'Linked items' now is [RTL]

diffstat:

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

diffs (19 lines):

diff -r 3b2eb42365d8 -r 8ea151046ca2 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js
        Wed May 23 13:08:04 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js
        Wed May 23 14:15:03 2012 +0200
@@ -254,6 +254,7 @@
       clientOnly: true
     });
     this.linkedItemListGrid = isc.OBGrid.create({
+      reverseRTLAlign: false,
       width: '50%',
       height: 300,
       baseStyle: 'OBGridLinkCell',
@@ -303,6 +304,7 @@
       testData: []
     });
     this.linkedItemCategoryListGrid = isc.OBGrid.create({
+      reverseRTLAlign: false,
       width: '50%',
       autoFetchData: true,
       height: 300,

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