details:   https://code.openbravo.com/erp/devel/pi/rev/f71567951e4f
changeset: 15092:f71567951e4f
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Tue Jan 10 14:58:59 2012 +0100
summary:   Fixes issue 19445: Window personalization record contains extra 
not-used information
Do not store not-used information, is already stored in the same json object

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
 |  6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diffs (16 lines):

diff -r 9672a4458c18 -r f71567951e4f 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
   Tue Jan 10 14:48:01 2012 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
   Tue Jan 10 14:58:59 2012 +0100
@@ -671,12 +671,6 @@
           if (callback) {
             callback();
           }
-          
-          // update the information in the global class
-          // so that the settings are maintained when the window
-          // is re-opened
-          personalization = me.getStandardWindow().getClass().personalization;
-          personalization[me.tabId] = me.personalizationData;          
         });
   },
 

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to