details:   https://code.openbravo.com/erp/devel/pi/rev/10285c6ba5ef
changeset: 22349:10285c6ba5ef
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Mar 05 13:30:06 2014 +0100
summary:   fixed bug 25896: blur in empty notes shows warn icon

  'required' validator is not necessary for notes as the save button is disabled

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
 |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (15 lines):

diff -r 8a278bd3e8a5 -r 10285c6ba5ef 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
       Wed Mar 05 12:20:01 2014 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
       Wed Mar 05 13:30:06 2014 +0100
@@ -289,10 +289,7 @@
             this.readOnly = true;
             this.canEdit = false;
           }
-        },
-        validators: [{
-          type: 'required'
-        }]
+        }
       }]
     });
 

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to