svn propchange: r1805011 - 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: r1805011 - svn:log

jleroux@apache.org
Author: jleroux
Revision: 1805011
Modified property: svn:log

Modified: svn:log at Tue Aug 15 07:24:05 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Aug 15 07:24:05 2017
@@ -1,5 +1,8 @@
 Fixed: Missing fieldInfo when call constructor for ModelFormField Password, File and Lookup
+(OFBIZ-9577)
+
 When you create a form with an entity or service auto fields, the three previous form field call only "super(fieldSource, modelFormField);" in their constructor or this initialise a TextField with the fieldInfo FieldInfo.TEXT.
 I force the field info when the super constructor is called
+
 This missing has been found during investigation on the issue OFBIZ-9577 to improve auto-fields-service with a file upload