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

nmalin
Author: nmalin
Revision: 1805011
Modified property: svn:log

Modified: svn:log at Mon Aug 14 21:29:02 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Aug 14 21:29:02 2017
@@ -1,4 +1,5 @@
 Fixed: Missing fieldInfo when call constructor for ModelFormField Password, File and Lookup
 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