svn commit: r567263 - in /ofbiz/trunk/applications/product/webapp/catalog: category/createProductInCategoryStart.ftl product/ProductForms.xml

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

svn commit: r567263 - in /ofbiz/trunk/applications/product/webapp/catalog: category/createProductInCategoryStart.ftl product/ProductForms.xml

jleroux@apache.org
Author: jleroux
Date: Sat Aug 18 05:29:19 2007
New Revision: 567263

URL: http://svn.apache.org/viewvc?view=rev&rev=567263
Log:
A patch from Oleg Andreyev "Too small length of the product internalName field" (https://issues.apache.org/jira/browse/OFBIZ-1102)

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl?view=diff&rev=567263&r1=567262&r2=567263
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl Sat Aug 18 05:29:19 2007
@@ -49,7 +49,7 @@
         </#list>
         <tr>
             <td width="15%"><div class="tabletext">${uiLabelMap.ProductInternalName}:</div></td>
-            <td><input type="text" name="internalName" size="30" maxlength="60" class="inputBox"/></td>
+            <td><input type="text" name="internalName" size="30" maxlength="255" class="inputBox"/></td>
         </tr>
         <tr>
             <td width="15%"><div class="tabletext">${uiLabelMap.ProductProductName}:</div></td>

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=567263&r1=567262&r2=567263
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Sat Aug 18 05:29:19 2007
@@ -57,7 +57,7 @@
             </drop-down>
         </field>
 
-        <field name="internalName" title="${uiLabelMap.ProductInternalName}"><text size="30" maxlength="60"/></field>
+        <field name="internalName" title="${uiLabelMap.ProductInternalName}"><text size="30" maxlength="255"/></field>
         <field name="brandName" title="${uiLabelMap.ProductBrandName}" ><text size="30" maxlength="60"/></field>
         <field name="manufacturerPartyId" title="${uiLabelMap.ProductOemPartyId}" ><text size="20" maxlength="20"/></field>
         <field name="comments" title="${uiLabelMap.CommonComments}"><text size="60" maxlength="250"/></field>