details:   /erp/devel/pi/rev/e86c00971aa1
changeset: 12793:e86c00971aa1
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Fri Jun 10 17:00:30 2011 +0200
summary:   Issue 17544: Rollback changeset 6b877e50e7f5

details:   /erp/devel/pi/rev/21d4cc3011a1
changeset: 12794:21d4cc3011a1
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Fri Jun 10 17:03:01 2011 +0200
summary:   Fixes issue 17544: Use storeValue for storing the PB Location
- The issue was only reproducible in Firefox 4. The locationAddress property
        was set to null when sending the request to the server. Using storeValue
        makes it work in all targeted browsers.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-search.js
 |  2 +-
 src-db/database/sourcedata/AD_FIELD.xml                                        
                                      |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 578d1875c1b5 -r 21d4cc3011a1 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-search.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-search.js
      Fri Jun 10 15:57:45 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-search.js
      Fri Jun 10 17:03:01 2011 +0200
@@ -34,7 +34,7 @@
       targetFld.valueMap = {};
     }
     
-    targetFld.setValue(value);
+    targetFld.storeValue(value);
     if (!targetFld.valueMap) {
       targetFld.valueMap = {};
     }
diff -r 578d1875c1b5 -r 21d4cc3011a1 src-db/database/sourcedata/AD_FIELD.xml
--- a/src-db/database/sourcedata/AD_FIELD.xml   Fri Jun 10 15:57:45 2011 +0200
+++ b/src-db/database/sourcedata/AD_FIELD.xml   Fri Jun 10 17:03:01 2011 +0200
@@ -23867,7 +23867,7 @@
 <!--2190-->  <ISSAMELINE><![CDATA[N]]></ISSAMELINE>
 <!--2190-->  <ISFIELDONLY><![CDATA[N]]></ISFIELDONLY>
 <!--2190-->  <ISENCRYPTED><![CDATA[N]]></ISENCRYPTED>
-<!--2190-->  <SHOWINRELATION><![CDATA[Y]]></SHOWINRELATION>
+<!--2190-->  <SHOWINRELATION><![CDATA[N]]></SHOWINRELATION>
 <!--2190-->  <ISFIRSTFOCUSEDFIELD><![CDATA[N]]></ISFIRSTFOCUSEDFIELD>
 <!--2190-->  <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID>
 <!--2190-->  <STARTINODDCOLUMN><![CDATA[N]]></STARTINODDCOLUMN>

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to