details:   https://code.openbravo.com/erp/devel/pi/rev/a6c57b71ef31
changeset: 14003:a6c57b71ef31
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Tue Oct 18 01:32:11 2011 +0200
summary:   Related to issue 16182: disabled textarea set again

diffstat:

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

diffs (12 lines):

diff -r eeb745de0de2 -r a6c57b71ef31 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
    Mon Oct 17 19:17:47 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
    Tue Oct 18 01:32:11 2011 +0200
@@ -29,7 +29,7 @@
   selectOnFocus: false,
   
   isDisabled: function() {
-    this.Super('isDisabled', arguments);
+    return this.Super('isDisabled', arguments);
   },
 
   itemHoverHTML: function(item, form) {

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