details:   https://code.openbravo.com/erp/devel/pi/rev/c4d5782bd927
changeset: 13995:c4d5782bd927
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Mon Oct 17 09:53:48 2011 +0200
summary:   Fixed issue 18782. Removed unnecessary method

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
 |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 2e8a8dfa711c -r c4d5782bd927 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
       Fri Oct 14 17:29:58 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
       Mon Oct 17 09:53:48 2011 +0200
@@ -233,18 +233,11 @@
     return this.Super('setValue', arguments);
   },
   refreshImage: function(imageId){
-
       //If creating/replacing an image, the form is marked as modified
       //and the image id is set as the value of the item
       this.setValue(imageId);
       this.form.itemChangeActions();
-
-  },
-  changed: function (form, item, value) {
-    form.setValue(identifierFieldName, value);
-    return this.Super('changed', arguments);
   }
-
 });
 
 //== OBImageSelector ==

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to