details: https://code.openbravo.com/erp/devel/pi/rev/f80dd438ba39
changeset: 15568:f80dd438ba39
user: Miguel de Juana <miguel.dejuana <at> openbravo.com>
date: Wed Feb 22 12:39:53 2012 +0100
summary: Fixed issue 19670: In Note textarea you cannot write more than 2000
characters
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
| 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 2e1947ca8bbc -r f80dd438ba39
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 Feb 22 15:56:50 2012 +0100
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
Wed Feb 22 12:39:53 2012 +0100
@@ -213,6 +213,7 @@
showTitle: false,
layout: this,
width: '*',
+ length: 2000,
change: function (form, item, value, oldValue) {
if (value) {
this.layout.saveNoteButton.setDisabled(false);
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits