svn propchange: r1682132 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1682132 - svn:log

mbrohl
Author: mbrohl
Revision: 1682132
Modified property: svn:log

Modified: svn:log at Thu May 28 08:33:43 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu May 28 08:33:43 2015
@@ -1,3 +1,5 @@
 Manually applied and modified the changes of the patch from jira issue OFBIZ-6312: Catalog Manager's EditProduct screen HTML should place a limit on the size of text that can be entered in the Product Description box.
 
+Introduces a new maxlength attribute to the textarea element in forms, applies the maxlength (255 chars) value in several FTL files, when the DB is limiting the length.
+
 Thanks Forrest Rae for reporting the issue and providing the patch.